haskell-citeproc-hs: jailbreak to fix build with recent pandoc-types

This commit is contained in:
Peter Simons 2013-09-08 22:53:29 +02:00
parent 53f8f8f50d
commit 2943574903

View file

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
filepath hexpat hsBibutils HTTP json mtl network pandocTypes parsec
syb time utf8String
];
jailbreak = true;
meta = {
homepage = "http://gorgias.mine.nu/repos/citeproc-hs/";
description = "A Citation Style Language implementation in Haskell";