aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-10 04:43:42 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-10 04:43:42 +0000
commit6ec3c805ea2cd629a75641530de30ab39a191409 (patch)
tree9a63c2edbe6834a17a67b055279024b7ec31eb3a /spec/thermoprint-spec.cabal
parent0bb617ff93d242d20e9e63f44664f38a653898d4 (diff)
downloadthermoprint-6ec3c805ea2cd629a75641530de30ab39a191409.tar
thermoprint-6ec3c805ea2cd629a75641530de30ab39a191409.tar.gz
thermoprint-6ec3c805ea2cd629a75641530de30ab39a191409.tar.bz2
thermoprint-6ec3c805ea2cd629a75641530de30ab39a191409.tar.xz
thermoprint-6ec3c805ea2cd629a75641530de30ab39a191409.zip
First stab at API
Diffstat (limited to 'spec/thermoprint-spec.cabal')
-rw-r--r--spec/thermoprint-spec.cabal8
1 files changed, 7 insertions, 1 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal
index c4599c8..426244e 100644
--- a/spec/thermoprint-spec.cabal
+++ b/spec/thermoprint-spec.cabal
@@ -19,6 +19,7 @@ cabal-version: >=1.10
19library 19library
20 hs-source-dirs: src 20 hs-source-dirs: src
21 exposed-modules: Thermoprint.Printout 21 exposed-modules: Thermoprint.Printout
22 , Thermoprint.API
22 -- other-modules: 23 -- other-modules:
23 -- other-extensions: 24 -- other-extensions:
24 extensions: DeriveGeneric 25 extensions: DeriveGeneric
@@ -33,6 +34,10 @@ library
33 , quickcheck-instances >=0.3.11 && <4 34 , quickcheck-instances >=0.3.11 && <4
34 , Cabal >=1.22.4 && <2 35 , Cabal >=1.22.4 && <2
35 , cabal-test-quickcheck >=0.1.6 && <1 36 , cabal-test-quickcheck >=0.1.6 && <1
37 , servant >=0.4.4 && <1
38 , aeson >=0.9.0 && <1
39 , base64-bytestring >=1.0.0 && <2
40 , encoding >=0.8 && <1
36 -- hs-source-dirs: 41 -- hs-source-dirs:
37 default-language: Haskell2010 42 default-language: Haskell2010
38 43
@@ -44,4 +49,5 @@ Test-Suite tests
44 , thermoprint-spec -any 49 , thermoprint-spec -any
45 , hspec >=2.2.1 && <3 50 , hspec >=2.2.1 && <3
46 , QuickCheck >=2.8.1 && <3 51 , QuickCheck >=2.8.1 && <3
47 , quickcheck-instances >=0.3.11 && <4 \ No newline at end of file 52 , quickcheck-instances >=0.3.11 && <4
53 , aeson >=0.9.0 && <1 \ No newline at end of file