Updated Haskell packages.

- DSH: updated to version 0.7.8.1
 - alex: updated to versino 3.0.2
 - certificate: updated to version 1.2.2
 - language-c: updated to version 0.4.2
 - xhtml: updated to version 3000.2.1

Also, downgraded GHC 7.4.1 environment to use mtl 2.0 and transformers 2.0 to
avoid lots of build errors, i.e. with monad-par.

svn path=/nixpkgs/trunk/; revision=34042
This commit is contained in:
Peter Simons
2012-05-10 10:28:49 +00:00
parent 196c30de9b
commit c07854ace4
6 changed files with 18 additions and 18 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "xhtml";
version = "3000.2.0.5";
sha256 = "1gqq910pncqppb2dscxnfxvm1ly4qpb5mwmady2i4irar3gngh9v";
version = "3000.2.1";
sha256 = "17qzc6kyiilhi8s25k68fbpyplihb1qxkpc6l93bvjrcchilsf22";
meta = {
homepage = "https://github.com/haskell/xhtml";
description = "An XHTML combinator library";