summaryrefslogtreecommitdiffstats
path: root/blessings.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'blessings.cabal')
-rw-r--r--blessings.cabal13
1 files changed, 12 insertions, 1 deletions
diff --git a/blessings.cabal b/blessings.cabal
index e5b0c7d..4b1570a 100644
--- a/blessings.cabal
+++ b/blessings.cabal
@@ -1,6 +1,6 @@
author: tv
build-type: Simple
-cabal-version: >= 1.2
+cabal-version: >= 1.8
license: MIT
name: blessings
version: 2.1.0
@@ -17,6 +17,17 @@ library
ghc-options: -O2 -Wall
hs-source-dirs: src
+test-suite test-blessings
+ build-depends:
+ base,
+ blessings,
+ hspec,
+ QuickCheck
+ ghc-options: -Wall
+ hs-source-dirs: test
+ main-is: Spec.hs
+ type: exitcode-stdio-1.0
+
source-repository head
location: https://cgit.krebsco.de/blessings
type: git