use brick library

This commit is contained in:
Jonathan Lamothe 2023-05-19 18:44:52 -04:00
parent 9e7b67c772
commit 0574f89317
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@ description: Please see the README.md file
dependencies:
- base >= 4.7 && < 5
- brick >= 1.4 && < 1.5
ghc-options:
- -Wall

View File

@ -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