Author: simons
Date: Wed Oct  5 17:10:00 2011
New Revision: 29672
URL: http://nixos.org/websvn/nix/?rev=29672&sc=1

Log:
haskell-hamlet: updated to version 0.10.3

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

Copied and modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/default.nix (from 
r29671, nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.2.nix)
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/0.10.2.nix  Wed Oct 
 5 17:09:51 2011        (r29671, copy source)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/hamlet/default.nix Wed Oct 
 5 17:10:00 2011        (r29672)
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hamlet";
-  version = "0.10.2";
-  sha256 = "1p4dz1h640ryhj7prks7qazqyx0l79hi7130ksfchlb5mprz6wq2";
+  version = "0.10.3";
+  sha256 = "1xkk8hcmfnn9y14fsrab3cv8xknhf8j6hkv668yshg8bjzz1smva";
   buildDepends = [
     blazeBuilder blazeHtml failure parsec shakespeare text
   ];

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Wed Oct  5 17:09:51 
2011        (r29671)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Wed Oct  5 17:10:00 
2011        (r29672)
@@ -648,9 +648,7 @@
 
   hakyll = callPackage ../development/libraries/haskell/hakyll {};
 
-  hamlet_0_8_2_1 = callPackage 
../development/libraries/haskell/hamlet/0.8.2.1.nix {};
-  hamlet_0_10_2 = callPackage 
../development/libraries/haskell/hamlet/0.10.2.nix {};
-  hamlet = self.hamlet_0_10_2;
+  hamlet = callPackage ../development/libraries/haskell/hamlet {};
 
   happstackData = callPackage 
../development/libraries/haskell/happstack/happstack-data.nix {};
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to