From 2b9ceaead3f3cd80e973cccecb9a3eebc51154f7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Jul 2016 19:21:56 +0200 Subject: Fixes for GHC 8.0.1 --- client/thermoprint-client.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/thermoprint-client.cabal') diff --git a/client/thermoprint-client.cabal b/client/thermoprint-client.cabal index 9567971..9c481e3 100644 --- a/client/thermoprint-client.cabal +++ b/client/thermoprint-client.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: thermoprint-client -version: 0.0.0 +version: 1.0.0 synopsis: Client for thermoprint-spec -- description: homepage: http://dirty-haskell.org/tags/thermoprint.html @@ -21,7 +21,7 @@ library -- other-modules: -- other-extensions: build-depends: base >=4.8 && <5 - , thermoprint-spec ==3.0.* + , thermoprint-spec ==4.0.* , servant >=0.4.4 && <1 , servant-client >=0.4.4 && <1 , servant-server >=0.4.4 && <1 @@ -30,6 +30,8 @@ library , time >=1.5.0 && <2 , exceptions >=0.8.2 && <1 , transformers >=0.4.2 && <1 + , http-client >=0.4.28 && <1 + , mtl >=2.2.1 && <3 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -- cgit v1.2.3