haskell-dsp: jailbreak to fix build with recent 'random'

This commit is contained in:
Peter Simons 2014-10-14 15:51:30 +02:00
parent 2f3e8b1634
commit a2ad0039f5

View File

@ -9,7 +9,9 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ random ];
jailbreak = true;
patchPhase = ''
sed -i -e 's|random.*<1.1,|random,|' dsp.cabal
'';
meta = {
homepage = "http://www.haskell.org/haskellwiki/DSP";
description = "Haskell Digital Signal Processing";