haskell-snap-web-routes: jailbreak to fix build with network 2.6.x

This commit is contained in:
Peter Simons 2014-10-14 16:06:29 +02:00
parent c9bccb869f
commit a2181e4ed8

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "0.5.0.0";
sha256 = "1ml0b759k2n9bd2x4akz4dfyk8ywnpgrdlcymng4vhjxbzngnniv";
buildDepends = [ heist mtl snap snapCore text webRoutes xmlhtml ];
jailbreak = true;
meta = {
homepage = "https://github.com/lukerandall/snap-web-routes";
description = "Type safe URLs for Snap";