mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
haskell-hamlet: updated to version 0.10.3
svn path=/nixpkgs/trunk/; revision=29672
This commit is contained in:
parent
105f30bba6
commit
b88f691163
@ -1,18 +0,0 @@
|
||||
{ cabal, blazeBuilder, blazeHtml, failure, parsec, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hamlet";
|
||||
version = "0.8.2.1";
|
||||
sha256 = "0798ic6qap4npw2rx42xcgmi1fcbwqvyic5x6vyyf6abvxv16925";
|
||||
buildDepends = [ blazeBuilder blazeHtml failure parsec text ];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
description = "Haml-like template files that are compile-time checked";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
@ -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
|
||||
];
|
@ -648,9 +648,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
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 {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user