Rename executable
This commit is contained in:
parent
c017d5f297
commit
3d6c4bc808
|
@ -30,7 +30,7 @@ library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
|
|
||||||
executables:
|
executables:
|
||||||
gql2hs-exe:
|
gql2hs:
|
||||||
main: Main.hs
|
main: Main.hs
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
ghc-options:
|
ghc-options:
|
||||||
|
@ -41,7 +41,7 @@ executables:
|
||||||
- gql2hs
|
- gql2hs
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
gql2hs-test:
|
test:
|
||||||
main: Spec.hs
|
main: Spec.hs
|
||||||
source-dirs: test
|
source-dirs: test
|
||||||
ghc-options:
|
ghc-options:
|
||||||
|
|
Loading…
Reference in a new issue