haskell-yst: jailbreak to fix build with aeson 0.8.x

This commit is contained in:
Peter Simons 2014-08-09 12:14:23 +02:00
parent 741bb544dc
commit e8d79787c0

View File

@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
scientific split text time unorderedContainers xhtml yaml
];
jailbreak = true;
meta = {
homepage = "http://github.com/jgm/yst";
description = "Builds a static website from templates and data in YAML or CSV files";