From 947fdb54351071745b6f35f668e39a2b1207918e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 18 Jul 2016 12:32:59 +0200 Subject: update .nix files --- server/thermoprint-server.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server') diff --git a/server/thermoprint-server.nix b/server/thermoprint-server.nix index 6ff8b10..a40dddb 100644 --- a/server/thermoprint-server.nix +++ b/server/thermoprint-server.nix @@ -1,6 +1,6 @@ { mkDerivation, async, base, binary, bytestring, conduit , containers, data-default-class, deepseq, dyre, either, encoding -, exceptions, extended-reals, filelock, hspec, mmorph +, exceptions, extended-reals, filelock, hspec, http-types, mmorph , monad-control, monad-logger, mtl, network-uri, persistent , persistent-sqlite, persistent-template, QuickCheck , quickcheck-instances, resourcet, servant, servant-server, stdenv @@ -9,7 +9,7 @@ }: mkDerivation { pname = "thermoprint-server"; - version = "1.1.0"; + version = "2.0.1"; src = ./.; isLibrary = true; isExecutable = true; @@ -25,7 +25,7 @@ mkDerivation { base monad-logger mtl persistent-sqlite resourcet ]; testHaskellDepends = [ - async base containers exceptions hspec monad-logger mtl + async base containers exceptions hspec http-types monad-logger mtl persistent-sqlite QuickCheck quickcheck-instances resourcet stm temporary text thermoprint-client thermoprint-spec transformers warp -- cgit v1.2.3