Updated Haskell packages.

- clientsession: updated to version 0.7.4.3
 - data-default: updated to version 0.4.0
 - hoogle: updated to version 4.2.11
 - pandoc: updated to version 1.9.2
 - yesod-core: updated to version 1.0.0.1
 - yesod-form: updated to version 1.0.0.1
 - yesod-static: updated to version 1.0.0.1

svn path=/nixpkgs/trunk/; revision=33636
This commit is contained in:
Peter Simons
2012-04-05 23:03:52 +00:00
parent e7b964ba33
commit 4e9175965c
7 changed files with 14 additions and 16 deletions

View File

@@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "hoogle";
version = "4.2.10";
sha256 = "0vb4jj9m512v476fclmjzlk725hgba8q5njx2h1xwb0a76qvj2mg";
version = "4.2.11";
sha256 = "0m708qlj3q8s9vywg51gj7bwwasz5nxqxqhqh8f0k96iawqd9gid";
isLibrary = true;
isExecutable = true;
buildDepends = [
@@ -14,7 +14,6 @@ cabal.mkDerivation (self: {
haskellSrcExts httpTypes parsec random safe tagsoup time
transformers uniplate wai warp
];
patches = [ ./relax-version-requirements.patch ];
meta = {
homepage = "http://www.haskell.org/hoogle/";
description = "Haskell API Search";