mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-aeson: jailbreak to fix build with scientific 0.3.x
This commit is contained in:
parent
8f7bfaca4d
commit
cd13437120
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ cabal.mkDerivation (self: {
|
|||
attoparsec HUnit QuickCheck testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2 text time unorderedContainers vector
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|scientific >=.*,|scientific,|' aeson.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/aeson";
|
||||
description = "Fast JSON parsing and encoding";
|
||||
|
|
Loading…
Reference in a new issue