aboutsummaryrefslogtreecommitdiff
path: root/client/thermoprint-client.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'client/thermoprint-client.cabal')
-rw-r--r--client/thermoprint-client.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/thermoprint-client.cabal b/client/thermoprint-client.cabal
index 523b755..98fa962 100644
--- a/client/thermoprint-client.cabal
+++ b/client/thermoprint-client.cabal
@@ -24,15 +24,17 @@ library
24 , thermoprint-spec ==6.0.* 24 , thermoprint-spec ==6.0.*
25 , servant >=0.4.4 && <1 25 , servant >=0.4.4 && <1
26 , servant-client >=0.4.4 && <1 26 , servant-client >=0.4.4 && <1
27 , servant-client-core >=0.13 && <1
27 , servant-server >=0.4.4 && <1 28 , servant-server >=0.4.4 && <1
28 , containers >=0.5.6 && <1 29 , containers >=0.5.6 && <1
29 , either >=4.4.1 && <5 30 , either >=4.4.1 && <6
30 , time >=1.5.0 && <2 31 , time >=1.5.0 && <2
31 , exceptions >=0.8.2 && <1 32 , exceptions >=0.8.2 && <1
32 , transformers >=0.4.2 && <1 33 , transformers >=0.4.2 && <1
33 , http-client >=0.4.28 && <1 34 , http-client >=0.4.28 && <1
34 , mtl >=2.2.1 && <3 35 , mtl >=2.2.1 && <3
35 , natural-transformation >=0.4 && <1 36 , natural-transformation >=0.4 && <1
37 , stm >=2.4 && <3
36 hs-source-dirs: src 38 hs-source-dirs: src
37 default-language: Haskell2010 39 default-language: Haskell2010
38 ghc-options: -Wall 40 ghc-options: -Wall