mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
haskell-scientific: jailbreak to fix build with recent versions of tasty
This commit is contained in:
parent
cd262e8312
commit
513073afc1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user