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

This commit is contained in:
Peter Simons 2014-10-14 16:15:08 +02:00
parent 38751005a1
commit 10b43b4a16

View file

@ -17,5 +17,6 @@ cabal.mkDerivation (self: {
description = "Add CORS headers to Snap applications";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})