haskell-aeson: jailbreak to fix build with scientific 0.3.x
This commit is contained in:
parent
8f7bfaca4d
commit
cd13437120
@ -16,6 +16,9 @@ cabal.mkDerivation (self: {
|
|||||||
attoparsec HUnit QuickCheck testFramework testFrameworkHunit
|
attoparsec HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 text time unorderedContainers vector
|
testFrameworkQuickcheck2 text time unorderedContainers vector
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|scientific >=.*,|scientific,|' aeson.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/aeson";
|
homepage = "https://github.com/bos/aeson";
|
||||||
description = "Fast JSON parsing and encoding";
|
description = "Fast JSON parsing and encoding";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user