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 --- bbcode/bbcode.nix | 2 +- client/thermoprint-client.nix | 12 ++++++------ server/thermoprint-server.nix | 6 +++--- spec/thermoprint-spec.nix | 2 +- tp-bbcode/thermoprint-bbcode.nix | 2 +- tprint/tprint.nix | 2 +- webgui/thermoprint-webgui.nix | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bbcode/bbcode.nix b/bbcode/bbcode.nix index 30a6b49..bacc228 100644 --- a/bbcode/bbcode.nix +++ b/bbcode/bbcode.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "bbcode"; - version = "3.1.0"; + version = "3.1.1"; src = ./.; libraryHaskellDepends = [ attoparsec base case-insensitive containers rosezipper text diff --git a/client/thermoprint-client.nix b/client/thermoprint-client.nix index 6471b06..8e608cf 100644 --- a/client/thermoprint-client.nix +++ b/client/thermoprint-client.nix @@ -1,14 +1,14 @@ -{ mkDerivation, base, containers, either, exceptions, servant -, servant-client, servant-server, stdenv, thermoprint-spec, time -, transformers +{ mkDerivation, base, containers, either, exceptions, http-client +, mtl, servant, servant-client, servant-server, stdenv +, thermoprint-spec, time, transformers }: mkDerivation { pname = "thermoprint-client"; - version = "0.0.0"; + version = "1.0.0"; src = ./.; libraryHaskellDepends = [ - base containers either exceptions servant servant-client - servant-server thermoprint-spec time transformers + base containers either exceptions http-client mtl servant + servant-client servant-server thermoprint-spec time transformers ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "Client for thermoprint-spec"; 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 diff --git a/spec/thermoprint-spec.nix b/spec/thermoprint-spec.nix index b67273a..3480782 100644 --- a/spec/thermoprint-spec.nix +++ b/spec/thermoprint-spec.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "thermoprint-spec"; - version = "3.0.0"; + version = "4.0.0"; src = ./.; libraryHaskellDepends = [ aeson base base64-bytestring bytestring Cabal cabal-test-quickcheck diff --git a/tp-bbcode/thermoprint-bbcode.nix b/tp-bbcode/thermoprint-bbcode.nix index 7cec719..27c3f60 100644 --- a/tp-bbcode/thermoprint-bbcode.nix +++ b/tp-bbcode/thermoprint-bbcode.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "thermoprint-bbcode"; - version = "1.0.0"; + version = "2.0.0"; src = ./.; libraryHaskellDepends = [ base bbcode bytestring case-insensitive containers text diff --git a/tprint/tprint.nix b/tprint/tprint.nix index 3a23af2..946a4ce 100644 --- a/tprint/tprint.nix +++ b/tprint/tprint.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "tprint"; - version = "1.0.0"; + version = "2.0.0"; src = ./.; isLibrary = false; isExecutable = true; diff --git a/webgui/thermoprint-webgui.nix b/webgui/thermoprint-webgui.nix index 457f39a..aa4b7af 100644 --- a/webgui/thermoprint-webgui.nix +++ b/webgui/thermoprint-webgui.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "thermoprint-webgui"; - version = "0.0.0"; + version = "1.0.1"; src = ./.; isLibrary = false; isExecutable = true; -- cgit v1.2.3