haskell-repa and related: jailbreak to make build with latest haskell-vector
This commit is contained in:
parent
5406e02594
commit
fbd58e20b5
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "1g6cf70bmkglx0b92kxazaaap75s55fqpp1g7qiskbj2vzvppsg3";
|
||||
buildDepends = [ repa vector ];
|
||||
extraLibraries = [ llvm ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
description = "Algorithms using the Repa array library";
|
||||
|
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
||||
isExecutable = true;
|
||||
buildDepends = [ random repa repaAlgorithms repaIo vector ];
|
||||
extraLibraries = [ llvm ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
description = "Examples using the Repa array library";
|
||||
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||
version = "3.2.2.1";
|
||||
sha256 = "0wcg4a8z6qf7jg353b89ci4pzqvb7pnzgb6ml3av6l54n9rg4vsp";
|
||||
buildDepends = [ binary bmp repa vector ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
description = "Read and write Repa arrays in various formats";
|
||||
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||
version = "3.2.2.2";
|
||||
sha256 = "1a7rgpy2qc42zc9si7p1zgi1m9b06dz533d2mvhizzac9k3fb5vq";
|
||||
buildDepends = [ QuickCheck vector ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
description = "High performance, regular, shape polymorphic parallel arrays";
|
||||
|
Loading…
Reference in New Issue
Block a user