haskell-dsp: jailbreak to fix build with latest version of 'random'
This commit is contained in:
parent
6651fe463e
commit
acdb574813
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ random ];
|
buildDepends = [ random ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/haskellwiki/DSP";
|
homepage = "http://www.haskell.org/haskellwiki/DSP";
|
||||||
description = "Haskell Digital Signal Processing";
|
description = "Haskell Digital Signal Processing";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user