mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-wai-extra: jailbreak to fix build with recent version of fast-logger
This commit is contained in:
parent
c3fafc22b1
commit
469735b45f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
|
|||
blazeBuilder conduit dataDefault fastLogger hspec httpTypes HUnit
|
||||
resourcet text transformers wai waiTest zlib zlibBindings
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/yesodweb/wai";
|
||||
description = "Provides some basic WAI handlers and middleware";
|
||||
|
|
Loading…
Reference in a new issue