mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-repa-io: updated to version 2.2.0.1
svn path=/nixpkgs/trunk/; revision=29093
This commit is contained in:
parent
08bdadc357
commit
05db155ad3
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue