corrected names of executable/test suite
This commit is contained in:
parent
0574f89317
commit
9b4d4819ff
|
@ -37,7 +37,7 @@ library:
|
|||
source-dirs: src
|
||||
|
||||
executables:
|
||||
widgettest-exe:
|
||||
widgettest:
|
||||
main: Main.hs
|
||||
source-dirs: app
|
||||
ghc-options:
|
||||
|
@ -48,7 +48,7 @@ executables:
|
|||
- widgettest
|
||||
|
||||
tests:
|
||||
widgettest:
|
||||
widgettest-test:
|
||||
main: Spec.hs
|
||||
source-dirs: test
|
||||
ghc-options:
|
||||
|
|
|
@ -32,7 +32,7 @@ library
|
|||
, brick ==1.4.*
|
||||
default-language: Haskell2010
|
||||
|
||||
executable widgettest-exe
|
||||
executable widgettest
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
Paths_widgettest
|
||||
|
@ -47,7 +47,7 @@ executable widgettest-exe
|
|||
, widgettest
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite widgettest
|
||||
test-suite widgettest-test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
other-modules:
|
||||
|
|
Loading…
Reference in New Issue
Block a user