2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-11 11:45:06 +01:00
|
|
|
{ cabal, attoparsec, caseInsensitive, hashable, network, snap, text
|
|
|
|
, transformers, unorderedContainers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "snap-cors";
|
2014-06-20 14:06:07 +01:00
|
|
|
version = "1.2.5";
|
|
|
|
sha256 = "1zjvvi1prskkb26yp51j09gfkhpw0ggj69d89098yq0sl6d0vy1c";
|
2014-04-11 11:45:06 +01:00
|
|
|
buildDepends = [
|
|
|
|
attoparsec caseInsensitive hashable network snap text transformers
|
|
|
|
unorderedContainers
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ocharles/snap-cors";
|
|
|
|
description = "Add CORS headers to Snap applications";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|