Author: simons
Date: Wed Sep 7 17:29:54 2011
New Revision: 29093
URL: https://svn.nixos.org/websvn/nix/?rev=29093&sc=1
Log:
haskell-repa-io: updated to version 2.2.0.1
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/repa-io/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/repa-io/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/repa-io/default.nix
Wed Sep 7 17:29:50 2011 (r29092)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/repa-io/default.nix
Wed Sep 7 17:29:54 2011 (r29093)
@@ -1,10 +1,10 @@
-{ cabal, bmp, repa, repaBytestring }:
+{ cabal, binary, bmp, repa, repaBytestring, vector }:
cabal.mkDerivation (self: {
pname = "repa-io";
- version = "2.1.0.1";
- sha256 = "1mjv90rr1vymrnv5kz8i4kvjal6mwhb2042ylbdggvv8hjsc8awq";
- buildDepends = [ bmp repa repaBytestring ];
+ version = "2.2.0.1";
+ sha256 = "1akp6xkfvbc7jmnzlrz4y5fncqrv9d06y981dndcv6lgxz4hv4j1";
+ buildDepends = [ binary bmp repa repaBytestring vector ];
meta = {
homepage = "http://repa.ouroborus.net";
description = "Read and write Repa arrays in various formats";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits