haskell-snap-core: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
7ec947d404
commit
239e9cda01
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
HUnit MonadCatchIOTransformers mtl random regexPosix text time
|
HUnit MonadCatchIOTransformers mtl random regexPosix text time
|
||||||
unixCompat unorderedContainers vector zlibEnum
|
unixCompat unorderedContainers vector zlibEnum
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "Snap: A Haskell Web Framework (core interfaces and types)";
|
description = "Snap: A Haskell Web Framework (core interfaces and types)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user