mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-heist: jailbreak to fix build with current versions of 'directory-tree'
This commit is contained in:
parent
a1df473db7
commit
4d7d3d6aab
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
||||||
filepath hashable MonadCatchIOTransformers mtl random text time
|
filepath hashable MonadCatchIOTransformers mtl random text time
|
||||||
transformers unorderedContainers vector xmlhtml
|
transformers 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 a new issue