Author: simons
Date: Sun Sep 11 10:33:08 2011
New Revision: 29166
URL: https://ssl.nixos.org/websvn/nix/?rev=29166&sc=1

Log:
haskell-hamlet: updated to version 0.10.1

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

Copied and modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.1.nix (from 
r29165, nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.0.nix)
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.0.nix  Sun Sep 
11 10:32:59 2011        (r29165, copy source)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.1.nix  Sun Sep 
11 10:33:08 2011        (r29166)
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hamlet";
-  version = "0.10.0";
-  sha256 = "0xqlc03g0qnpnrw957108rpjbs88p9wwvcgmz7vc1f0k88lc0h6n";
+  version = "0.10.1";
+  sha256 = "1n68nz2s61j8yfwjpgp9bjl0mc7gcpc5ysmx0vgggqxz2r3gayf6";
   buildDepends = [
     blazeBuilder blazeHtml failure parsec shakespeare text
   ];

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Sep 11 10:32:59 
2011        (r29165)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Sep 11 10:33:08 
2011        (r29166)
@@ -634,8 +634,8 @@
   };
 
   hamlet_0_8_2_1 = callPackage 
../development/libraries/haskell/hamlet/0.8.2.1.nix {};
-  hamlet_0_10_0 = callPackage 
../development/libraries/haskell/hamlet/0.10.0.nix {};
-  hamlet = self.hamlet_0_10_0;
+  hamlet_0_10_1 = callPackage 
../development/libraries/haskell/hamlet/0.10.1.nix {};
+  hamlet = self.hamlet_0_10_1;
 
   happstackData = callPackage 
../development/libraries/haskell/happstack/happstack-data.nix {};
 
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to