From aac873d080f1e5281246a156e2eb8657bce5a14e Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 28 Jul 2017 23:01:12 +0200 Subject: [PATCH] updating cabal file --- eidolon.cabal | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) 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