haskell-snap-cors: broken by network 2.6.x update

This commit is contained in:
Peter Simons
2014-10-14 17:39:35 +02:00
parent 38751005a1
commit 10b43b4a16
@@ -17,5 +17,6 @@ cabal.mkDerivation (self: {
description = "Add CORS headers to Snap applications"; description = "Add CORS headers to Snap applications";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
broken = true;
}; };
}) })