mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-snap-core: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
7ec947d404
commit
239e9cda01
1 changed files with 1 additions and 0 deletions
|
@ -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)";
|
||||
|
|
Loading…
Reference in a new issue