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:00 +0100
committerPeter Simons <simons@cryp.to>2013-03-06 11:06:00 +0100
commit62c29e07553d34f7f2c56940552e42b5004064f9 (patch)
treec7ac346133f9b6e32a7488aa862c2b3de3d3c1a5 /pkgs/development
parente17ac44037a2a66b8c162db45914e750862b190a (diff)
downloadnixlib-62c29e07553d34f7f2c56940552e42b5004064f9.tar
nixlib-62c29e07553d34f7f2c56940552e42b5004064f9.tar.gz
nixlib-62c29e07553d34f7f2c56940552e42b5004064f9.tar.bz2
nixlib-62c29e07553d34f7f2c56940552e42b5004064f9.tar.lz
nixlib-62c29e07553d34f7f2c56940552e42b5004064f9.tar.xz
nixlib-62c29e07553d34f7f2c56940552e42b5004064f9.tar.zst
nixlib-62c29e07553d34f7f2c56940552e42b5004064f9.zip
haskell-blaze-html: update to version 0.6.1.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/blaze-html/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/blaze-html/default.nix b/pkgs/development/libraries/haskell/blaze-html/default.nix
index 59e0f7187515..2063e3a862d7 100644
--- a/pkgs/development/libraries/haskell/blaze-html/default.nix
+++ b/pkgs/development/libraries/haskell/blaze-html/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "blaze-html";
-  version = "0.6.0.0";
-  sha256 = "0n8jpmslcs29pfyb8jhp43dg4058ahd9y3kf2p2wr3r6b9yr5dll";
+  version = "0.6.1.0";
+  sha256 = "1y2z2md62kpl57qcvwvswmrjq7zhkqwfv8zr2acdvcxcxnyc47fm";
   buildDepends = [ blazeBuilder blazeMarkup text ];
   testDepends = [
     blazeBuilder blazeMarkup HUnit QuickCheck testFramework