haskell-hamlet: updated to version 0.10.2
svn path=/nixpkgs/trunk/; revision=29607
This commit is contained in:
parent
d5d53b4710
commit
492c7016d0
2 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hamlet";
|
||||
version = "0.10.1";
|
||||
sha256 = "1n68nz2s61j8yfwjpgp9bjl0mc7gcpc5ysmx0vgggqxz2r3gayf6";
|
||||
version = "0.10.2";
|
||||
sha256 = "1p4dz1h640ryhj7prks7qazqyx0l79hi7130ksfchlb5mprz6wq2";
|
||||
buildDepends = [
|
||||
blazeBuilder blazeHtml failure parsec shakespeare text
|
||||
];
|
|
@ -651,8 +651,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
};
|
||||
|
||||
hamlet_0_8_2_1 = callPackage ../development/libraries/haskell/hamlet/0.8.2.1.nix {};
|
||||
hamlet_0_10_1 = callPackage ../development/libraries/haskell/hamlet/0.10.1.nix {};
|
||||
hamlet = self.hamlet_0_10_1;
|
||||
hamlet_0_10_2 = callPackage ../development/libraries/haskell/hamlet/0.10.2.nix {};
|
||||
hamlet = self.hamlet_0_10_2;
|
||||
|
||||
happstackData = callPackage ../development/libraries/haskell/happstack/happstack-data.nix {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue