Author: simons
Date: Sat Aug 13 13:57:54 2011
New Revision: 28542
URL: https://svn.nixos.org/websvn/nix/?rev=28542&sc=1
Log:
haskell-snap: updated to version 0.5.3
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/snap/core.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/snap/server.nix
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/snap/core.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/snap/core.nix Sat Aug
13 13:57:49 2011 (r28541)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/snap/core.nix Sat Aug
13 13:57:54 2011 (r28542)
@@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "snap-core";
- version = "0.5.2";
- sha256 = "1wjjgghq21mw4sw6xyfsf2hazk78wgnphhaw3qz9jpkff2s39lhl";
+ version = "0.5.3";
+ sha256 = "0326l4wiv5pn8yc1xz1pr5738aglm5lpni6wxni7dkjwb53744dm";
buildDepends = [
MonadCatchIOTransformers attoparsec attoparsecEnumerator
blazeBuilder bytestringMmap bytestringNums caseInsensitive deepseq
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/snap/server.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/snap/server.nix Sat Aug
13 13:57:49 2011 (r28541)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/snap/server.nix Sat Aug
13 13:57:54 2011 (r28542)
@@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "snap-server";
- version = "0.5.2";
- sha256 = "0hmi39bjhmq57skp5jsjm8gyw0y0j6vgwrh69y7z268ddpgvy1if";
+ version = "0.5.3";
+ sha256 = "123q7361rvwcwydiyjkqxiclvsvzcbgvg1wxvw8rv13nbmc67ph5";
buildDepends = [
MonadCatchIOTransformers PSQueue attoparsec attoparsecEnumerator
binary blazeBuilder blazeBuilderEnumerator bytestringNums
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sat Aug 13 13:57:49
2011 (r28541)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sat Aug 13 13:57:54
2011 (r28542)
@@ -1054,10 +1054,12 @@
smallcheck = callPackage ../development/libraries/haskell/smallcheck {};
snapCore = callPackage ../development/libraries/haskell/snap/core.nix {
- caseInsensitive = self.caseInsensitive_0_2_0_2;
+ caseInsensitive = self.caseInsensitive_0_3;
};
+
snapServer = callPackage ../development/libraries/haskell/snap/server.nix {
vectorAlgorithms = self.vectorAlgorithms_0_4;
+ caseInsensitive = self.caseInsensitive_0_3;
};
stateref = callPackage ../development/libraries/haskell/stateref {};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits