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!
|
||||
|
||||
{ cabal, attoparsec, caseInsensitive, hashable, network, snap, text
|
||||
, transformers, unorderedContainers
|
||||
{ cabal, attoparsec, caseInsensitive, hashable, network, networkUri
|
||||
, snap, text, transformers, unorderedContainers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "snap-cors";
|
||||
version = "1.2.5.1";
|
||||
sha256 = "1fijby8iryhcjdb7n95hdbjff4rnqyfx5s9x01nbmd9lxrch12dr";
|
||||
version = "1.2.6";
|
||||
sha256 = "1ihqqpzymgc25shz4dvjfh8lzjczqdqg6ril39d5p7rkn4a8y2d8";
|
||||
buildDepends = [
|
||||
attoparsec caseInsensitive hashable network snap text transformers
|
||||
unorderedContainers
|
||||
attoparsec caseInsensitive hashable network networkUri 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;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user