haskellPackages.snapCors: Update to 1.2.6
This commit is contained in:
parent
5b0756cd21
commit
bc392e40aa
@ -1,22 +1,21 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, attoparsec, caseInsensitive, hashable, network, snap, text
|
{ cabal, attoparsec, caseInsensitive, hashable, network, networkUri
|
||||||
, transformers, unorderedContainers
|
, snap, text, transformers, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "snap-cors";
|
pname = "snap-cors";
|
||||||
version = "1.2.5.1";
|
version = "1.2.6";
|
||||||
sha256 = "1fijby8iryhcjdb7n95hdbjff4rnqyfx5s9x01nbmd9lxrch12dr";
|
sha256 = "1ihqqpzymgc25shz4dvjfh8lzjczqdqg6ril39d5p7rkn4a8y2d8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec caseInsensitive hashable network snap text transformers
|
attoparsec caseInsensitive hashable network networkUri snap text
|
||||||
unorderedContainers
|
transformers unorderedContainers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ocharles/snap-cors";
|
homepage = "http://github.com/ocharles/snap-cors";
|
||||||
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…
x
Reference in New Issue
Block a user