about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-11 18:10:14 +0200
committerPeter Simons <simons@cryp.to>2014-09-14 00:06:42 +0200
commit16d1ac75f9f585004f985fde2a7d87072517ae89 (patch)
treece7ad8ce422071b8ab8c54f91965cae61b3fb088
parentedec0ee6e701f464b4c8d04ebb76ede1d8182198 (diff)
haskell-xmlhtml: update to version 0.2.3.3
-rw-r--r--pkgs/development/libraries/haskell/xmlhtml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/xmlhtml/default.nix b/pkgs/development/libraries/haskell/xmlhtml/default.nix
index 794808eed0d06..1f4b2474d75cd 100644
--- a/pkgs/development/libraries/haskell/xmlhtml/default.nix
+++ b/pkgs/development/libraries/haskell/xmlhtml/default.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "xmlhtml";
-  version = "0.2.3.2";
-  sha256 = "1djw9d0hff9ii0n1bgbjjsca9n0w7mxj3ivf9dslyr3kv3yb4013";
+  version = "0.2.3.3";
+  sha256 = "0n95284z24ddgw7v8zjqzanyrshxydcxs4ivchpj88gh5r3ryv5j";
   buildDepends = [
     blazeBuilder blazeHtml blazeMarkup parsec text unorderedContainers
   ];