aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.cabal
diff options
context:
space:
mode:
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