haskell-yst: jailbreak to fix build with aeson 0.8.x
This commit is contained in:
parent
741bb544dc
commit
e8d79787c0
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
|||||||
aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
|
aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
|
||||||
scientific split text time unorderedContainers xhtml yaml
|
scientific split text time unorderedContainers xhtml yaml
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/yst";
|
homepage = "http://github.com/jgm/yst";
|
||||||
description = "Builds a static website from templates and data in YAML or CSV files";
|
description = "Builds a static website from templates and data in YAML or CSV files";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user