We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a724be commit f6cd224Copy full SHA for f6cd224
2 files changed
sql-server-gen.cabal
@@ -94,17 +94,6 @@ Test-Suite tests
94
hspec >= 2.1.7,
95
containers >= 0.5.6.2
96
97
-executable webserver
98
- ghc-options: -Wall
99
- main-is: Main.hs
100
- hs-source-dirs: web
101
- default-language: Haskell2010
102
- build-depends: base >=4.8 && <4.9,
103
- sql-server-gen,
104
- scotty >= 0.10.1,
105
- aeson >= 0.9.0.1,
106
- transformers >= 0.4.2.0
107
-
108
executable cli
109
ghc-options: -Wall
110
main-is: Main.hs
web/Main.hs
0 commit comments