Implemented the program
This commit is contained in:
parent
ff37176966
commit
7075c52c9f
5 changed files with 144 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue