Author: andres
Date: Thu Jul 7 19:08:51 2011
New Revision: 27638
URL: https://svn.nixos.org/websvn/nix/?rev=27638&sc=1
Log:
Version bumps for hakyll and dependencies.
Added:
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/default.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-builder/default.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-html/default.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/default.nix
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/blaze-builder/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-builder/default.nix
Thu Jul 7 18:23:38 2011 (r27637)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-builder/default.nix
Thu Jul 7 19:08:51 2011 (r27638)
@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "blaze-builder";
- version = "0.2.1.4";
- sha256 = "0r0lj2whwa1v99gx59l56af06w704qvv1vhkxlca86h7iri4b262";
+ version = "0.3.0.1";
+ sha256 = "1p3xlifcr7v987zx8l2sppn9yydph332mn1xxk0yfi78a6386nfb";
propagatedBuildInputs = [text];
meta = {
description = "Builder to efficiently append text";
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-html/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-html/default.nix
Thu Jul 7 18:23:38 2011 (r27637)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-html/default.nix
Thu Jul 7 19:08:51 2011 (r27638)
@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "blaze-html";
- version = "0.4.1.0";
- sha256 = "0a39wzfsb8lsr0z8c0s90n6pwmhjg6lihbxigk2c02vn5marzc4f";
+ version = "0.4.1.4";
+ sha256 = "1xf302dapwmmlxj9alfbdv6rcrxhr9p305s4jz2d6ckq2xzz8yjf";
propagatedBuildInputs = [text blazeBuilder];
meta = {
description = "A blazingly fast HTML combinator library";
Added:
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/default.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/default.nix
Thu Jul 7 19:08:51 2011 (r27638)
@@ -0,0 +1,14 @@
+{cabal, text}:
+
+cabal.mkDerivation (self : {
+ pname = "case-insensitive";
+ version = "0.2.0.2";
+ sha256 = "0qn2scaxxbqi4770nwvcmb1ldj0ipa2ljxcavcn0kv48xzs519l7";
+ propagatedBuildInputs = [text];
+ meta = {
+ description = "Case insensitive string comparison";
+ license = "BSD3";
+ maintainers = [self.stdenv.lib.maintainers.andres];
+ };
+})
+
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix Thu Jul
7 18:23:38 2011 (r27637)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix Thu Jul
7 19:08:51 2011 (r27638)
@@ -3,8 +3,8 @@
cabal.mkDerivation (self : {
pname = "hakyll";
- version = "3.0.2.0";
- sha256 = "0d1kmvkbwygr9mxz7m8jiasrbj470j4hwsj8mmkdgdm9clxbi74k";
+ version = "3.2.0.3";
+ sha256 = "0biy9p662anhhlmwa502iy8cck597q0vlwj57l6cj8kpyxj4g0lz";
propagatedBuildInputs =
[ binary blazeHtml hamlet hopenssl mtl network pandoc regexBase
regexPCRE snapCore snapServer strictConcurrency
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/default.nix Thu Jul
7 18:23:38 2011 (r27637)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/default.nix Thu Jul
7 19:08:51 2011 (r27638)
@@ -1,11 +1,11 @@
-{cabal, blazeBuilder, blazeHtml, failure, parsec, text, jsonEnumerator,
jsonTypes}:
+{cabal, blazeBuilder, blazeHtml, failure, parsec, text}:
cabal.mkDerivation (self : {
pname = "hamlet";
- version = "0.7.3";
- sha256 = "1knapi8506kqm6pbl1qdr3vm579z2dn6q3h3ahzwbxqjafy7pnj9";
+ version = "0.8.2.1";
+ sha256 = "0798ic6qap4npw2rx42xcgmi1fcbwqvyic5x6vyyf6abvxv16925";
propagatedBuildInputs =
- [blazeBuilder blazeHtml failure parsec text jsonEnumerator jsonTypes];
+ [blazeBuilder blazeHtml failure parsec text];
meta = {
description = "Haml-like template files that are compile-time checked";
license = "BSD";
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/snap/core.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/snap/core.nix Thu Jul
7 18:23:38 2011 (r27637)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/snap/core.nix Thu Jul
7 19:08:51 2011 (r27638)
@@ -1,13 +1,13 @@
{cabal, attoparsec, attoparsecEnumerator, MonadCatchIOTransformers,
blazeBuilder
-, bytestringNums, dlist, mtl, unixCompat, vector, zlib}:
+, bytestringNums, caseInsensitive, dlist, mtl, unixCompat, vector, zlib}:
cabal.mkDerivation (self : {
pname = "snap-core";
- version = "0.4.1";
- sha256 = "0cc6qh8rnfdhv6s4clnb4avbxkvvj4dibbdg0vjbf75iafxvsg9f";
+ version = "0.5.1.4";
+ sha256 = "0fvff7hjyfwnii057vpg8m75qaipsklk6v6cbvms4p6wp14zqaj1";
propagatedBuildInputs =
[ attoparsec attoparsecEnumerator MonadCatchIOTransformers blazeBuilder
- bytestringNums dlist mtl unixCompat vector zlib
+ bytestringNums caseInsensitive dlist mtl unixCompat vector zlib
];
meta = {
description = "Snap: A Haskell Web Framework (Core)";
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/snap/server.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/snap/server.nix Thu Jul
7 18:23:38 2011 (r27637)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/snap/server.nix Thu Jul
7 19:08:51 2011 (r27638)
@@ -4,8 +4,8 @@
cabal.mkDerivation (self : {
pname = "snap-server";
- version = "0.4.1";
- sha256 = "1xav58sk6f1capibkil9a834lxg7badcq3v8016azzzmvvhy9iq8";
+ version = "0.5.1.4";
+ sha256 = "17b95db48as418whcvbxzyvql16z1c706n0s4jryyqr6kvgpsvzp";
propagatedBuildInputs =
[ attoparsec attoparsecEnumerator binary blazeBuilder
blazeBuilderEnumerator
bytestringNums directoryTree enumerator MonadCatchIOTransformers mtl
murmurHash
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Thu Jul 7 18:23:38
2011 (r27637)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Thu Jul 7 19:08:51
2011 (r27638)
@@ -363,6 +363,8 @@
inherit (pkgs) cairo zlib;
};
+ caseInsensitive = callPackage
../development/libraries/haskell/case-insensitive {};
+
cautiousFile = callPackage ../development/libraries/haskell/cautious-file {};
cereal = callPackage ../development/libraries/haskell/cereal {};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits