mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
haskell-repa: updated to version 2.2.0.1
Note that the latest version requires GHC 7.2.1 or later; older GHC versions are no longer supported. svn path=/nixpkgs/trunk/; revision=29089
This commit is contained in:
parent
2482d4ba22
commit
41dcf578ef
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "repa";
|
||||
version = "2.1.1.5";
|
||||
sha256 = "14lq6nsifxsap98c1hpxsyv4g973vyzjn2s94b3vfzkbq8vd7695";
|
||||
version = "2.2.0.1";
|
||||
sha256 = "016cigxivjd17g0hysf76b3lznjpk478q0hg9hsy154ms7xap3dy";
|
||||
buildDepends = [ QuickCheck vector ];
|
||||
meta = {
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
|
|
|
@ -989,7 +989,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
|
||||
regular = callPackage ../development/libraries/haskell/regular {};
|
||||
|
||||
repa = callPackage ../development/libraries/haskell/repa {};
|
||||
repa = callPackage ../development/libraries/haskell/repa {
|
||||
vector = self.vector_0_9;
|
||||
};
|
||||
|
||||
repaAlgorithms = callPackage ../development/libraries/haskell/repa-algorithms {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue