diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-18 12:32:59 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-18 12:32:59 +0200 |
| commit | 947fdb54351071745b6f35f668e39a2b1207918e (patch) | |
| tree | 3df408e12ee3f09bea062717b65761f1879b2602 /server | |
| parent | 9e17810329dbfa0adc0ee3042556fbd13f810d5c (diff) | |
| download | thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.gz thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.bz2 thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.xz thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.zip | |
update .nix files
Diffstat (limited to 'server')
| -rw-r--r-- | server/thermoprint-server.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
| 1 | { mkDerivation, async, base, binary, bytestring, conduit | 1 | { mkDerivation, async, base, binary, bytestring, conduit |
| 2 | , containers, data-default-class, deepseq, dyre, either, encoding | 2 | , containers, data-default-class, deepseq, dyre, either, encoding |
| 3 | , exceptions, extended-reals, filelock, hspec, mmorph | 3 | , exceptions, extended-reals, filelock, hspec, http-types, mmorph |
| 4 | , monad-control, monad-logger, mtl, network-uri, persistent | 4 | , monad-control, monad-logger, mtl, network-uri, persistent |
| 5 | , persistent-sqlite, persistent-template, QuickCheck | 5 | , persistent-sqlite, persistent-template, QuickCheck |
| 6 | , quickcheck-instances, resourcet, servant, servant-server, stdenv | 6 | , quickcheck-instances, resourcet, servant, servant-server, stdenv |
| @@ -9,7 +9,7 @@ | |||
| 9 | }: | 9 | }: |
| 10 | mkDerivation { | 10 | mkDerivation { |
| 11 | pname = "thermoprint-server"; | 11 | pname = "thermoprint-server"; |
| 12 | version = "1.1.0"; | 12 | version = "2.0.1"; |
| 13 | src = ./.; | 13 | src = ./.; |
| 14 | isLibrary = true; | 14 | isLibrary = true; |
| 15 | isExecutable = true; | 15 | isExecutable = true; |
| @@ -25,7 +25,7 @@ mkDerivation { | |||
| 25 | base monad-logger mtl persistent-sqlite resourcet | 25 | base monad-logger mtl persistent-sqlite resourcet |
| 26 | ]; | 26 | ]; |
| 27 | testHaskellDepends = [ | 27 | testHaskellDepends = [ |
| 28 | async base containers exceptions hspec monad-logger mtl | 28 | async base containers exceptions hspec http-types monad-logger mtl |
| 29 | persistent-sqlite QuickCheck quickcheck-instances resourcet stm | 29 | persistent-sqlite QuickCheck quickcheck-instances resourcet stm |
| 30 | temporary text thermoprint-client thermoprint-spec transformers | 30 | temporary text thermoprint-client thermoprint-spec transformers |
| 31 | warp | 31 | warp |
