haskell-aeson: jailbreak to fix build with scientific 0.3.x

This commit is contained in:
Peter Simons 2014-05-15 19:32:14 +02:00
parent 8f7bfaca4d
commit cd13437120

View File

@ -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";