about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2014-11-17 13:53:20 +0000
committerOliver Charles <ollie@ocharles.org.uk>2014-11-17 13:53:20 +0000
commitbc392e40aa5fe48f10d773c3671084948f5f80b5 (patch)
treead8e6a189fb43eb2b938ebb4f1feafc725a21d03 /pkgs
parent5b0756cd21a6d7e00baacf8ba2141ee70f66a552 (diff)
downloadnixlib-bc392e40aa5fe48f10d773c3671084948f5f80b5.tar
nixlib-bc392e40aa5fe48f10d773c3671084948f5f80b5.tar.gz
nixlib-bc392e40aa5fe48f10d773c3671084948f5f80b5.tar.bz2
nixlib-bc392e40aa5fe48f10d773c3671084948f5f80b5.tar.lz
nixlib-bc392e40aa5fe48f10d773c3671084948f5f80b5.tar.xz
nixlib-bc392e40aa5fe48f10d773c3671084948f5f80b5.tar.zst
nixlib-bc392e40aa5fe48f10d773c3671084948f5f80b5.zip
haskellPackages.snapCors: Update to 1.2.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/snap-cors/default.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/development/libraries/haskell/snap-cors/default.nix b/pkgs/development/libraries/haskell/snap-cors/default.nix
index a81c6ec24ab3..f9d043dff806 100644
--- a/pkgs/development/libraries/haskell/snap-cors/default.nix
+++ b/pkgs/development/libraries/haskell/snap-cors/default.nix
@@ -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;
   };
 })