3
0
Fork 0
forked from mirrors/nixpkgs

haskell-snap-core: jailbreak to fix build with recent versions of 'text'

This commit is contained in:
Peter Simons 2014-10-31 13:41:07 +01:00
parent 7ec947d404
commit 239e9cda01

View file

@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
HUnit MonadCatchIOTransformers mtl random regexPosix text time
unixCompat unorderedContainers vector zlibEnum
];
jailbreak = true;
meta = {
homepage = "http://snapframework.com/";
description = "Snap: A Haskell Web Framework (core interfaces and types)";