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