Author: simons
Date: Fri Sep  9 18:44:33 2011
New Revision: 29135
URL: https://ssl.nixos.org/websvn/nix/?rev=29135&sc=1

Log:
haskell-happstack-hamlet: added version 6.2.0

Added:
   
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-hamlet.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Added: 
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-hamlet.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-hamlet.nix 
    Fri Sep  9 18:44:33 2011        (r29135)
@@ -0,0 +1,18 @@
+{ cabal, hamlet, happstackServer, text }:
+
+cabal.mkDerivation (self: {
+  pname = "happstack-hamlet";
+  version = "6.2.0";
+  sha256 = "1y3nc6z9y96fci25dc6w66l0qlnkz29kr29dpd2sjnhpqm0kvzsc";
+  buildDepends = [ hamlet happstackServer text ];
+  meta = {
+    homepage = "http://www.happstack.com/";;
+    description = "Support for Hamlet HTML templates in Happstack";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
+  };
+})

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Fri Sep  9 18:44:26 
2011        (r29134)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Fri Sep  9 18:44:33 
2011        (r29135)
@@ -640,6 +640,8 @@
 
   happstackServer = callPackage 
../development/libraries/haskell/happstack/happstack-server.nix {};
 
+  happstackHamlet = callPackage 
../development/libraries/haskell/happstack/happstack-hamlet.nix {};
+
   hashable = callPackage ../development/libraries/haskell/hashable {};
 
   hashedStorage = callPackage ../development/libraries/haskell/hashed-storage 
{};
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to