diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-12 14:34:05 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-12 15:12:11 +0200 |
commit | e8e0cb7f36641ffb7901178bc54fef98eba9215c (patch) | |
tree | 2c51a3d2f98232fae2cdedb8b96368802b125411 /spec | |
parent | 2ab4ee48a15da128536b27c77a224c08cd2e9b78 (diff) | |
download | thermoprint-e8e0cb7f36641ffb7901178bc54fef98eba9215c.tar thermoprint-e8e0cb7f36641ffb7901178bc54fef98eba9215c.tar.gz thermoprint-e8e0cb7f36641ffb7901178bc54fef98eba9215c.tar.bz2 thermoprint-e8e0cb7f36641ffb7901178bc54fef98eba9215c.tar.xz thermoprint-e8e0cb7f36641ffb7901178bc54fef98eba9215c.zip |
Fix build
Diffstat (limited to 'spec')
-rw-r--r-- | spec/thermoprint-spec.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal index 4bcfe6a..555cdb8 100644 --- a/spec/thermoprint-spec.cabal +++ b/spec/thermoprint-spec.cabal | |||
@@ -38,13 +38,14 @@ library | |||
38 | , deepseq >=1.4.1 && <2 | 38 | , deepseq >=1.4.1 && <2 |
39 | , QuickCheck >=2.8.1 && <3 | 39 | , QuickCheck >=2.8.1 && <3 |
40 | , quickcheck-instances >=0.3.11 && <4 | 40 | , quickcheck-instances >=0.3.11 && <4 |
41 | , Cabal >=1.22.4 && <2 | 41 | , Cabal >=1.22.4 && <2.1 |
42 | , cabal-test-quickcheck >=0.1.6 && <1 | 42 | , cabal-test-quickcheck >=0.1.6 && <1 |
43 | , servant >=0.4.4 && <1 | 43 | , servant >=0.4.4 && <1 |
44 | , aeson >=1.0 && <2 | 44 | , aeson >=1.0 && <2 |
45 | , base64-bytestring >=1.0.0 && <2 | 45 | , base64-bytestring >=1.0.0 && <2 |
46 | , encoding >=0.8 && <1 | 46 | , encoding >=0.8 && <1 |
47 | , time >=1.5.0 && <2 | 47 | , time >=1.5.0 && <2 |
48 | , unordered-containers >=0.2.8.0 && <1 | ||
48 | -- hs-source-dirs: | 49 | -- hs-source-dirs: |
49 | default-language: Haskell2010 | 50 | default-language: Haskell2010 |
50 | ghc-options: -Wall | 51 | ghc-options: -Wall |