summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-11-25 12:46:54 +0100
committerPeter Simons <simons@cryp.to>2013-11-26 21:09:22 +0100
commit7428b4c6f70a38c48f23ec79c49757fa20010208 (patch)
tree3a790ba27abdd84f901e9707d5c8ff6627b9aeb5
parent06b3ee931f66c3c990a74c7ab614e367165535be (diff)
downloadnixpkgs-7428b4c6f70a38c48f23ec79c49757fa20010208.tar
nixpkgs-7428b4c6f70a38c48f23ec79c49757fa20010208.tar.gz
nixpkgs-7428b4c6f70a38c48f23ec79c49757fa20010208.tar.bz2
nixpkgs-7428b4c6f70a38c48f23ec79c49757fa20010208.tar.lz
nixpkgs-7428b4c6f70a38c48f23ec79c49757fa20010208.tar.xz
nixpkgs-7428b4c6f70a38c48f23ec79c49757fa20010208.tar.zst
nixpkgs-7428b4c6f70a38c48f23ec79c49757fa20010208.zip
haskell-digestive-functors-heist: update to version 0.8.1.0
-rw-r--r--pkgs/development/libraries/haskell/digestive-functors-heist/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/digestive-functors-heist/default.nix b/pkgs/development/libraries/haskell/digestive-functors-heist/default.nix
index 3773192a5dc..91d1bf0bcbc 100644
--- a/pkgs/development/libraries/haskell/digestive-functors-heist/default.nix
+++ b/pkgs/development/libraries/haskell/digestive-functors-heist/default.nix
@@ -3,8 +3,8 @@
 
 cabal.mkDerivation (self: {
   pname = "digestive-functors-heist";
-  version = "0.8.0.0";
-  sha256 = "1zy2fy30q51q8pqw78f8gxc1x52vw49w3mnqc2hfqw190v5r9dgh";
+  version = "0.8.1.0";
+  sha256 = "0f9nhfy8rc1w9nnhq1yf9y2kwxlb9b6v8y1jz5q3lrpb1cnq31j0";
   buildDepends = [
     blazeBuilder digestiveFunctors heist mtl text xmlhtml
   ];