haskell-happstack-hamlet: added version 6.2.0

svn path=/nixpkgs/trunk/; revision=29135
This commit is contained in:
Peter Simons 2011-09-09 18:44:33 +00:00
parent 3864892222
commit 4b66e4ce25
2 changed files with 20 additions and 0 deletions

View File

@ -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
];
};
})

View File

@ -640,6 +640,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
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 {};