haskell-scientific: jailbreak to fix build with recent versions of tasty

This commit is contained in:
Peter Simons 2014-03-03 13:28:06 +01:00
parent cd262e8312
commit 513073afc1

View File

@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
sha256 = "0xwxds884pqywjbc4j6qkx27nbi64sihig8ps9v884sk08021wrp";
buildDepends = [ deepseq hashable text ];
testDepends = [ smallcheck tasty tastySmallcheck text ];
jailbreak = true;
meta = {
homepage = "https://github.com/basvandijk/scientific";
description = "Arbitrary-precision floating-point numbers represented using scientific notation";