aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-10 21:38:08 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-10 21:38:08 +0000
commitf6dc3d1d5e5109c4196ad17ee69ccc7fc8b57b3b (patch)
tree9aeb04e2bf034fb83cbd5efd7ae472f9411996cd /spec/thermoprint-spec.cabal
parent6ec3c805ea2cd629a75641530de30ab39a191409 (diff)
downloadthermoprint-f6dc3d1.tar
thermoprint-f6dc3d1.tar.gz
thermoprint-f6dc3d1.tar.bz2
thermoprint-f6dc3d1.tar.xz
thermoprint-f6dc3d1.zip
Fixed issue: Ram usage explodes during tests
Diffstat (limited to 'spec/thermoprint-spec.cabal')
-rw-r--r--spec/thermoprint-spec.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal
index 426244e..f7227ca 100644
--- a/spec/thermoprint-spec.cabal
+++ b/spec/thermoprint-spec.cabal
@@ -45,6 +45,7 @@ Test-Suite tests
45 type: exitcode-stdio-1.0 45 type: exitcode-stdio-1.0
46 hs-source-dirs: test 46 hs-source-dirs: test
47 main-is: Spec.hs 47 main-is: Spec.hs
48 ghc-options: -threaded -with-rtsopts=-N
48 build-depends: base >=4.8.1 && <5 49 build-depends: base >=4.8.1 && <5
49 , thermoprint-spec -any 50 , thermoprint-spec -any
50 , hspec >=2.2.1 && <3 51 , hspec >=2.2.1 && <3