updating cabal file
This commit is contained in:
parent
5c8f880621
commit
aac873d080
1 changed files with 2 additions and 18 deletions
|
@ -14,10 +14,12 @@ build-type: Simple
|
||||||
Flag dev
|
Flag dev
|
||||||
Description: Turn on development settings, like auto-reload templates.
|
Description: Turn on development settings, like auto-reload templates.
|
||||||
Default: False
|
Default: False
|
||||||
|
manual: True
|
||||||
|
|
||||||
Flag library-only
|
Flag library-only
|
||||||
Description: Build for use with "yesod devel"
|
Description: Build for use with "yesod devel"
|
||||||
Default: False
|
Default: False
|
||||||
|
manual: True
|
||||||
|
|
||||||
library
|
library
|
||||||
other-modules: Paths_eidolon
|
other-modules: Paths_eidolon
|
||||||
|
@ -156,21 +158,3 @@ executable eidolon
|
||||||
, yesod
|
, yesod
|
||||||
|
|
||||||
ghc-options: -threaded -O2
|
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
|
|
||||||
|
|
Loading…
Reference in a new issue