haskell-dsp: jailbreak to fix build with latest version of 'random'

This commit is contained in:
Peter Simons 2014-10-13 16:54:39 +02:00
parent 6651fe463e
commit acdb574813
1 changed files with 1 additions and 0 deletions

View File

@ -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";