diff --git a/eidolon.cabal b/eidolon.cabal index dc53c9e..418089d 100755 --- a/eidolon.cabal +++ b/eidolon.cabal @@ -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