aboutsummaryrefslogtreecommitdiff
path: root/client/thermoprint-client.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-09-03 21:24:45 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-09-03 21:24:45 +0200
commit2ab4ee48a15da128536b27c77a224c08cd2e9b78 (patch)
treead409d465a1f1f69e5423f2c784fd9d60c6b0f13 /client/thermoprint-client.cabal
parentcbe2b674b3a9297321dfb62cf294bb0f270ea731 (diff)
downloadthermoprint-2ab4ee48a15da128536b27c77a224c08cd2e9b78.tar
thermoprint-2ab4ee48a15da128536b27c77a224c08cd2e9b78.tar.gz
thermoprint-2ab4ee48a15da128536b27c77a224c08cd2e9b78.tar.bz2
thermoprint-2ab4ee48a15da128536b27c77a224c08cd2e9b78.tar.xz
thermoprint-2ab4ee48a15da128536b27c77a224c08cd2e9b78.zip
Fix build
Diffstat (limited to 'client/thermoprint-client.cabal')
-rw-r--r--client/thermoprint-client.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/thermoprint-client.cabal b/client/thermoprint-client.cabal
index 1306542..523b755 100644
--- a/client/thermoprint-client.cabal
+++ b/client/thermoprint-client.cabal
@@ -32,6 +32,7 @@ library
32 , transformers >=0.4.2 && <1 32 , transformers >=0.4.2 && <1
33 , http-client >=0.4.28 && <1 33 , http-client >=0.4.28 && <1
34 , mtl >=2.2.1 && <3 34 , mtl >=2.2.1 && <3
35 , natural-transformation >=0.4 && <1
35 hs-source-dirs: src 36 hs-source-dirs: src
36 default-language: Haskell2010 37 default-language: Haskell2010
37 ghc-options: -Wall 38 ghc-options: -Wall