Author: simons
Date: Mon Oct  3 20:20:58 2011
New Revision: 29607
URL: https://ssl.nixos.org/websvn/nix/?rev=29607&sc=1

Log:
haskell-hamlet: updated to version 0.10.2

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.2.nix
      - copied, changed from r29602, 
nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.1.nix
Deleted:
   nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.1.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Copied and modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.2.nix (from 
r29602, nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.1.nix)
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.1.nix  Mon Oct 
 3 16:55:33 2011        (r29602, copy source)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.2.nix  Mon Oct 
 3 20:20:58 2011        (r29607)
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hamlet";
-  version = "0.10.1";
-  sha256 = "1n68nz2s61j8yfwjpgp9bjl0mc7gcpc5ysmx0vgggqxz2r3gayf6";
+  version = "0.10.2";
+  sha256 = "1p4dz1h640ryhj7prks7qazqyx0l79hi7130ksfchlb5mprz6wq2";
   buildDepends = [
     blazeBuilder blazeHtml failure parsec shakespeare text
   ];

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Oct  3 19:27:10 
2011        (r29606)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Oct  3 20:20:58 
2011        (r29607)
@@ -651,8 +651,8 @@
   };
 
   hamlet_0_8_2_1 = callPackage 
../development/libraries/haskell/hamlet/0.8.2.1.nix {};
-  hamlet_0_10_1 = callPackage 
../development/libraries/haskell/hamlet/0.10.1.nix {};
-  hamlet = self.hamlet_0_10_1;
+  hamlet_0_10_2 = callPackage 
../development/libraries/haskell/hamlet/0.10.2.nix {};
+  hamlet = self.hamlet_0_10_2;
 
   happstackData = callPackage 
../development/libraries/haskell/happstack/happstack-data.nix {};
 
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to