summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-20 11:46:45 +0200
committerPeter Simons <simons@cryp.to>2014-08-20 14:03:02 +0200
commit784c87772dc00de1f0fd2db95116af485ab217ae (patch)
tree634bffcbab9b46a62cd8601b506ee8a20e43426a /pkgs/development
parentf8da7d5d18ddfbab7b3971dbc6c7d456c3bc7dfe (diff)
downloadnixpkgs-784c87772dc00de1f0fd2db95116af485ab217ae.tar
nixpkgs-784c87772dc00de1f0fd2db95116af485ab217ae.tar.gz
nixpkgs-784c87772dc00de1f0fd2db95116af485ab217ae.tar.bz2
nixpkgs-784c87772dc00de1f0fd2db95116af485ab217ae.tar.lz
nixpkgs-784c87772dc00de1f0fd2db95116af485ab217ae.tar.xz
nixpkgs-784c87772dc00de1f0fd2db95116af485ab217ae.tar.zst
nixpkgs-784c87772dc00de1f0fd2db95116af485ab217ae.zip
haskell-happstack-server: update to version 7.3.8
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/happstack/happstack-server.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/development/libraries/haskell/happstack/happstack-server.nix b/pkgs/development/libraries/haskell/happstack/happstack-server.nix
index 06b6d348861..1bc0b36f120 100644
--- a/pkgs/development/libraries/haskell/happstack/happstack-server.nix
+++ b/pkgs/development/libraries/haskell/happstack/happstack-server.nix
@@ -2,20 +2,20 @@
 
 { cabal, base64Bytestring, blazeHtml, extensibleExceptions
 , filepath, hslogger, html, HUnit, monadControl, mtl, network
-, parsec, sendfile, syb, systemFilepath, text, threads, time
-, timeCompat, transformers, transformersBase, utf8String, xhtml
-, zlib
+, networkUri, parsec, sendfile, syb, systemFilepath, text, threads
+, time, timeCompat, transformers, transformersBase, utf8String
+, xhtml, zlib
 }:
 
 cabal.mkDerivation (self: {
   pname = "happstack-server";
-  version = "7.3.7";
-  sha256 = "1phw3hpnklcdav3wv10kwjsmrg8gshnsgd564p459pc4k2zffgh1";
+  version = "7.3.8";
+  sha256 = "11jy4r4ih6sndyga3fjg298f5ww8806180dm3fgzsm0xfsjw1ac2";
   buildDepends = [
     base64Bytestring blazeHtml extensibleExceptions filepath hslogger
-    html monadControl mtl network parsec sendfile syb systemFilepath
-    text threads time timeCompat transformers transformersBase
-    utf8String xhtml zlib
+    html monadControl mtl network networkUri parsec sendfile syb
+    systemFilepath text threads time timeCompat transformers
+    transformersBase utf8String xhtml zlib
   ];
   testDepends = [ HUnit parsec zlib ];
   jailbreak = true;