aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-10 00:30:18 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-10 00:30:18 +0000
commit0bb617ff93d242d20e9e63f44664f38a653898d4 (patch)
treee007e973bd670dec4169b2f070c4bccd5efb5886 /spec/thermoprint-spec.cabal
parent11a3a881157494508593bc2323fbc62b6ee04b5f (diff)
downloadthermoprint-0bb617ff93d242d20e9e63f44664f38a653898d4.tar
thermoprint-0bb617ff93d242d20e9e63f44664f38a653898d4.tar.gz
thermoprint-0bb617ff93d242d20e9e63f44664f38a653898d4.tar.bz2
thermoprint-0bb617ff93d242d20e9e63f44664f38a653898d4.tar.xz
thermoprint-0bb617ff93d242d20e9e63f44664f38a653898d4.zip
reworked test harness for (partial) auto-detection
Diffstat (limited to 'spec/thermoprint-spec.cabal')
-rw-r--r--spec/thermoprint-spec.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal
index ba97420..c4599c8 100644
--- a/spec/thermoprint-spec.cabal
+++ b/spec/thermoprint-spec.cabal
@@ -38,7 +38,10 @@ library
38 38
39Test-Suite tests 39Test-Suite tests
40 type: exitcode-stdio-1.0 40 type: exitcode-stdio-1.0
41 hs-source-dirs: test
41 main-is: Spec.hs 42 main-is: Spec.hs
42 build-depends: base >=4.8.1 && <5 43 build-depends: base >=4.8.1 && <5
43 , thermoprint-spec -any 44 , thermoprint-spec -any
44 , hspec >=2.2.1 && <3 \ No newline at end of file 45 , hspec >=2.2.1 && <3
46 , QuickCheck >=2.8.1 && <3
47 , quickcheck-instances >=0.3.11 && <4 \ No newline at end of file