summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xml-conduit/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-05 11:58:21 +0000
committerPeter Simons <simons@cryp.to>2012-03-05 11:58:21 +0000
commit05d92999a09fdbcbe46791c87aaebaf52ae3e146 (patch)
tree8eceafb7479160e36597bb93817f2f082b4327a9 /pkgs/development/libraries/haskell/xml-conduit/default.nix
parentedb8aaed9230ebe33e83fdd5d03eeedb463d8aac (diff)
downloadnixlib-05d92999a09fdbcbe46791c87aaebaf52ae3e146.tar
nixlib-05d92999a09fdbcbe46791c87aaebaf52ae3e146.tar.gz
nixlib-05d92999a09fdbcbe46791c87aaebaf52ae3e146.tar.bz2
nixlib-05d92999a09fdbcbe46791c87aaebaf52ae3e146.tar.lz
nixlib-05d92999a09fdbcbe46791c87aaebaf52ae3e146.tar.xz
nixlib-05d92999a09fdbcbe46791c87aaebaf52ae3e146.tar.zst
nixlib-05d92999a09fdbcbe46791c87aaebaf52ae3e146.zip
Updated haskell packages.
 - HDBC-postgresql updated to version 2.3.2.1
 - HsOpenSSL updated to version 0.10.1.3
 - hledger-web updated to version 0.17.1
 - persistent updated to version 0.8.0.2
 - xml-conduit updated to version 0.5.3.1
 - haddock: added version 2.10.0

svn path=/nixpkgs/trunk/; revision=32799
Diffstat (limited to 'pkgs/development/libraries/haskell/xml-conduit/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/xml-conduit/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/xml-conduit/default.nix b/pkgs/development/libraries/haskell/xml-conduit/default.nix
index 056b8d53e652..778986d6a96d 100644
--- a/pkgs/development/libraries/haskell/xml-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/xml-conduit/default.nix
@@ -1,16 +1,16 @@
 { cabal, attoparsec, attoparsecConduit, blazeBuilder
-, blazeBuilderConduit, conduit, dataDefault, failure
+, blazeBuilderConduit, conduit, dataDefault, failure, monadControl
 , systemFilepath, text, transformers, xmlTypes
 }:
 
 cabal.mkDerivation (self: {
   pname = "xml-conduit";
-  version = "0.5.3";
-  sha256 = "09jphn19g6v9z1b75iyqcdyn75n7inbhib8g9fgfzwd7q8rdd3yc";
+  version = "0.5.3.1";
+  sha256 = "124c88x3ww1414c7s3wx7z1kqy37m9mwihiwyamgz25lg502n8gb";
   buildDepends = [
     attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
-    conduit dataDefault failure systemFilepath text transformers
-    xmlTypes
+    conduit dataDefault failure monadControl systemFilepath text
+    transformers xmlTypes
   ];
   meta = {
     homepage = "http://github.com/snoyberg/xml";