haskell-heist: jailbreak to support the latest version of 'errors'
This commit is contained in:
parent
83df975ba8
commit
1f92b14d1f
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
||||||
filepath hashable MonadCatchIOTransformers mtl random text time
|
filepath hashable MonadCatchIOTransformers mtl random text time
|
||||||
unorderedContainers vector xmlhtml
|
unorderedContainers vector xmlhtml
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "An Haskell template system supporting both HTML5 and XML";
|
description = "An Haskell template system supporting both HTML5 and XML";
|
||||||
|
|
Loading…
Reference in New Issue