Author: simons
Date: Tue Jan 24 15:06:23 2012
New Revision: 31816
URL: https://nixos.org/websvn/nix/?rev=31816&sc=1

Log:
haskell-hxt: updated to version 9.2.0

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/hxt/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hxt/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/hxt/default.nix    Tue Jan 
24 15:06:20 2012        (r31815)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/hxt/default.nix    Tue Jan 
24 15:06:23 2012        (r31816)
@@ -1,14 +1,14 @@
 { cabal, binary, deepseq, HUnit, hxtCharproperties
-, hxtRegexXmlschema, hxtUnicode, network, parsec
+, hxtRegexXmlschema, hxtUnicode, mtl, network, parsec
 }:
 
 cabal.mkDerivation (self: {
   pname = "hxt";
-  version = "9.1.6";
-  sha256 = "1ir1az8zpi9adkwpm3m4gjrwrn9cbmwd1dbqz4lrwi82i54c9bpb";
+  version = "9.2.0";
+  sha256 = "182yl4ksh4hg332b0lnk4s9cfqxsnnan7p5vqas5lbxvibmg68zc";
   buildDepends = [
     binary deepseq HUnit hxtCharproperties hxtRegexXmlschema hxtUnicode
-    network parsec
+    mtl network parsec
   ];
   meta = {
     homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to