Author: simons
Date: Fri Jan 13 10:32:11 2012
New Revision: 31519
URL: https://nixos.org/websvn/nix/?rev=31519&sc=1

Log:
haskell-wxdirect: updated to version 0.13.1.1

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/wxHaskell/wxdirect.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/wxHaskell/wxdirect.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/wxHaskell/wxdirect.nix     
Fri Jan 13 10:32:08 2012        (r31518)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/wxHaskell/wxdirect.nix     
Fri Jan 13 10:32:11 2012        (r31519)
@@ -1,12 +1,12 @@
-{ cabal, parsec, time }:
+{ cabal, parsec, strict, time }:
 
 cabal.mkDerivation (self: {
   pname = "wxdirect";
-  version = "0.12.1.4";
-  sha256 = "0v1blh3l02h58cvsngfax5knmg51lil1kj6pr5iqrbcrivp2nh7f";
+  version = "0.13.1.1";
+  sha256 = "00zij92hm7rbl8sx6f625cqzwgi72c8qn1dj6d1q4zg14dszarad";
   isLibrary = true;
   isExecutable = true;
-  buildDepends = [ parsec time ];
+  buildDepends = [ parsec strict time ];
   meta = {
     homepage = "http://haskell.org/haskellwiki/WxHaskell";;
     description = "helper tool for building wxHaskell";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to