summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-06 11:06:01 +0100
committerPeter Simons <simons@cryp.to>2013-03-06 11:06:01 +0100
commit3cb80788bf246fbbe221feaa328e216664efbcf7 (patch)
tree5a89142cc722c95e60876547247841cc69c31dfb /pkgs/development
parente02fe72dd347b90ce6028a6682e3905b3b875b1b (diff)
downloadnixlib-3cb80788bf246fbbe221feaa328e216664efbcf7.tar
nixlib-3cb80788bf246fbbe221feaa328e216664efbcf7.tar.gz
nixlib-3cb80788bf246fbbe221feaa328e216664efbcf7.tar.bz2
nixlib-3cb80788bf246fbbe221feaa328e216664efbcf7.tar.lz
nixlib-3cb80788bf246fbbe221feaa328e216664efbcf7.tar.xz
nixlib-3cb80788bf246fbbe221feaa328e216664efbcf7.tar.zst
nixlib-3cb80788bf246fbbe221feaa328e216664efbcf7.zip
haskell-happstack-server: update to version 7.1.7
Diffstat (limited to 'pkgs/development')
-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 8d8261df97e3..370896f77e8b 100644
--- a/pkgs/development/libraries/haskell/happstack/happstack-server.nix
+++ b/pkgs/development/libraries/haskell/happstack/happstack-server.nix
@@ -7,8 +7,8 @@
 
 cabal.mkDerivation (self: {
   pname = "happstack-server";
-  version = "7.1.6";
-  sha256 = "0gifq625kclam6sgblwa8a1vhxmx8saanzlrikch0l9q0l95nfwd";
+  version = "7.1.7";
+  sha256 = "1gd7qa224z04aya44fdrbhpiy5iw88wjcvqihz6l95ks9ilbzmg7";
   buildDepends = [
     base64Bytestring blazeHtml extensibleExceptions filepath hslogger
     html monadControl mtl network parsec sendfile syb systemFilepath
@@ -16,7 +16,6 @@ cabal.mkDerivation (self: {
     utf8String xhtml zlib
   ];
   testDepends = [ HUnit parsec zlib ];
-  doCheck = false;
   meta = {
     homepage = "http://happstack.com";
     description = "Web related tools and services";