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