Remove extensions from scaffolded cabal file
This commit is contained in:
parent
c2d7e49c31
commit
98a0545f0e
@ -35,7 +35,6 @@ executable simple-server
|
|||||||
, web-routes
|
, web-routes
|
||||||
, hjsmin >= 0.0.4 && < 0.1
|
, hjsmin >= 0.0.4 && < 0.1
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
extensions: TemplateHaskell, QuasiQuotes, TypeFamilies
|
|
||||||
|
|
||||||
executable devel-server
|
executable devel-server
|
||||||
if flag(production)
|
if flag(production)
|
||||||
@ -54,5 +53,4 @@ executable fastcgi
|
|||||||
cpp-options: -DPRODUCTION
|
cpp-options: -DPRODUCTION
|
||||||
main-is: fastcgi.hs
|
main-is: fastcgi.hs
|
||||||
ghc-options: -Wall -threaded
|
ghc-options: -Wall -threaded
|
||||||
extensions: TemplateHaskell, QuasiQuotes, TypeFamilies
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user