summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/happstack/happstack-server.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-02-24 19:27:08 +0100
committerPeter Simons <simons@cryp.to>2013-02-24 19:27:08 +0100
commit5f32207dfc9a146f426ba168bfcf887292f2d265 (patch)
tree0a217c941f7fa5be04431e98773971aab2ea092e /pkgs/development/libraries/haskell/happstack/happstack-server.nix
parentf20ff74afe62857376f1e3a081944500cca4e3ce (diff)
parent7d5056f8a3cf76b20d9b24e6644f2fc7fdf4a0f8 (diff)
downloadnixlib-5f32207dfc9a146f426ba168bfcf887292f2d265.tar
nixlib-5f32207dfc9a146f426ba168bfcf887292f2d265.tar.gz
nixlib-5f32207dfc9a146f426ba168bfcf887292f2d265.tar.bz2
nixlib-5f32207dfc9a146f426ba168bfcf887292f2d265.tar.lz
nixlib-5f32207dfc9a146f426ba168bfcf887292f2d265.tar.xz
nixlib-5f32207dfc9a146f426ba168bfcf887292f2d265.tar.zst
nixlib-5f32207dfc9a146f426ba168bfcf887292f2d265.zip
Merge remote-tracking branch 'origin/master' into stdenv-updates.
Diffstat (limited to 'pkgs/development/libraries/haskell/happstack/happstack-server.nix')
-rw-r--r--pkgs/development/libraries/haskell/happstack/happstack-server.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/happstack/happstack-server.nix b/pkgs/development/libraries/haskell/happstack/happstack-server.nix
index 4dd789b49e5a..3a0b9ab59b92 100644
--- a/pkgs/development/libraries/haskell/happstack/happstack-server.nix
+++ b/pkgs/development/libraries/haskell/happstack/happstack-server.nix
@@ -6,15 +6,14 @@
 
 cabal.mkDerivation (self: {
   pname = "happstack-server";
-  version = "7.1.5";
-  sha256 = "0w00y84arc8z92d1d3l6f7gh1hmkm4yrj70pnnrsaca3i603w11a";
+  version = "7.1.6";
+  sha256 = "0gifq625kclam6sgblwa8a1vhxmx8saanzlrikch0l9q0l95nfwd";
   buildDepends = [
     base64Bytestring blazeHtml extensibleExceptions filepath hslogger
     html monadControl mtl network parsec sendfile syb systemFilepath
     text threads time timeCompat transformers transformersBase
     utf8String xhtml zlib
   ];
-  jailbreak = true;
   meta = {
     homepage = "http://happstack.com";
     description = "Web related tools and services";