haskell-numeric-prelude: jailbreak version to fix build with latest version of 'random'
This commit is contained in:
parent
6556039481
commit
6b3f8afef7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||
deepseq nonNegative parsec QuickCheck random storableRecord
|
||||
utilityHt
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/Numeric_Prelude";
|
||||
description = "An experimental alternative hierarchy of numeric type classes";
|
||||
|
|
Loading…
Reference in a new issue