Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ cabal, llvm, random, repa, repaAlgorithms, repaIo, vector }:
|
||||
{ cabal, Cabal, llvm, random, repa, repaAlgorithms, repaIo, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "repa-examples";
|
||||
@@ -6,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "0rqpq4v2ir86x9z0aw8pcz929imcw9lf415j88kg12x2rk451mm0";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ random repa repaAlgorithms repaIo vector ];
|
||||
buildDepends = [ Cabal random repa repaAlgorithms repaIo vector ];
|
||||
extraLibraries = [ llvm ];
|
||||
meta = {
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
|
||||
Reference in New Issue
Block a user