forked from mirrors/nixpkgs
haskell-snap-cors: broken by network 2.6.x update
This commit is contained in:
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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue