updating cabal file

This commit is contained in:
nek0 2017-07-28 23:01:12 +02:00
parent 5c8f880621
commit aac873d080
1 changed files with 2 additions and 18 deletions

View File

@ -14,10 +14,12 @@ build-type: Simple
Flag dev
Description: Turn on development settings, like auto-reload templates.
Default: False
manual: True
Flag library-only
Description: Build for use with "yesod devel"
Default: False
manual: True
library
other-modules: Paths_eidolon
@ -156,21 +158,3 @@ executable eidolon
, yesod
ghc-options: -threaded -O2
test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: tests
ghc-options: -Wall
build-depends: base
, eidolon
, yesod-test >= 1.2
, yesod-core
, yesod
, persistent
, persistent-sqlite
, resourcet
, monad-logger
, transformers
, hspec