Implemented the program

This commit is contained in:
vegowotenks 2024-09-17 16:01:09 +02:00
parent ff37176966
commit 7075c52c9f
5 changed files with 144 additions and 4 deletions

View file

@ -6,6 +6,7 @@ cabal-version: 2.2
name: wwffwfwf
version: 0.1.0.0
synopsis: it's true because it works
description: Please see the README on GitHub at <https://github.com/githubuser/wwffwfwf#readme>
homepage: https://github.com/githubuser/wwffwfwf#readme
bug-reports: https://github.com/githubuser/wwffwfwf/issues
@ -35,6 +36,8 @@ library
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, containers
, parsec
default-language: Haskell2010
executable wwffwfwf-exe
@ -48,6 +51,8 @@ executable wwffwfwf-exe
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, parsec
, wwffwfwf
default-language: Haskell2010
@ -63,5 +68,7 @@ test-suite wwffwfwf-test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, parsec
, wwffwfwf
default-language: Haskell2010