2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-11-17 05:53:20 -08:00
|
|
|
{ cabal, attoparsec, caseInsensitive, hashable, network, networkUri
|
|
|
|
, snap, text, transformers, unorderedContainers
|
2014-04-11 03:45:06 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "snap-cors";
|
2014-11-17 05:53:20 -08:00
|
|
|
version = "1.2.6";
|
|
|
|
sha256 = "1ihqqpzymgc25shz4dvjfh8lzjczqdqg6ril39d5p7rkn4a8y2d8";
|
2014-04-11 03:45:06 -07:00
|
|
|
buildDepends = [
|
2014-11-17 05:53:20 -08:00
|
|
|
attoparsec caseInsensitive hashable network networkUri snap text
|
|
|
|
transformers unorderedContainers
|
2014-04-11 03:45:06 -07:00
|
|
|
];
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|