about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-08 09:22:35 +0000
committerPeter Simons <simons@cryp.to>2012-02-08 09:22:35 +0000
commit8be0696c793a4ff1024be4e20c041fcf7820f1fa (patch)
treec7d94fe714ef8b52e83bc77892511b18d2a80e80 /pkgs
parentefd8bf8677b6166483a2592efc55943fa22418d1 (diff)
haskell-hamlet: updated to version 0.10.8
svn path=/nixpkgs/trunk/; revision=32138
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/hamlet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/hamlet/default.nix b/pkgs/development/libraries/haskell/hamlet/default.nix
index d0dc0afb35fa3..c3cdf36121784 100644
--- a/pkgs/development/libraries/haskell/hamlet/default.nix
+++ b/pkgs/development/libraries/haskell/hamlet/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hamlet";
-  version = "0.10.7.1";
-  sha256 = "0ll9pp0qnvw903ncpfgrc67jg385jzla3j9l0yfm9qqnn38sqhqv";
+  version = "0.10.8";
+  sha256 = "1vlp8vwaipz757vnd95gcdi9dkrpbgfdlsb3kgjivsj7rqbmxf7z";
   buildDepends = [
     blazeBuilder blazeHtml failure parsec shakespeare text
   ];