use brick library
This commit is contained in:
parent
9e7b67c772
commit
0574f89317
|
@ -20,6 +20,7 @@ description: Please see the README.md file
|
|||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
- brick >= 1.4 && < 1.5
|
||||
|
||||
ghc-options:
|
||||
- -Wall
|
||||
|
|
|
@ -29,6 +29,7 @@ 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
|
||||
, brick ==1.4.*
|
||||
default-language: Haskell2010
|
||||
|
||||
executable widgettest-exe
|
||||
|
@ -42,6 +43,7 @@ executable widgettest-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
|
||||
, brick ==1.4.*
|
||||
, widgettest
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -57,5 +59,6 @@ test-suite widgettest
|
|||
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
|
||||
, brick ==1.4.*
|
||||
, widgettest
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Reference in New Issue
Block a user