summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-05-10 10:28:49 +0000
committerPeter Simons <simons@cryp.to>2012-05-10 10:28:49 +0000
commitc07854ace45c0693a7dee5de8d30e68452a61968 (patch)
tree3052701327094837e7b5e984b0f3d2427f44f120 /pkgs/development/tools/parsing
parent196c30de9b9d59774b701cd5e17d5a72f17369d5 (diff)
downloadnixlib-c07854ace45c0693a7dee5de8d30e68452a61968.tar
nixlib-c07854ace45c0693a7dee5de8d30e68452a61968.tar.gz
nixlib-c07854ace45c0693a7dee5de8d30e68452a61968.tar.bz2
nixlib-c07854ace45c0693a7dee5de8d30e68452a61968.tar.lz
nixlib-c07854ace45c0693a7dee5de8d30e68452a61968.tar.xz
nixlib-c07854ace45c0693a7dee5de8d30e68452a61968.tar.zst
nixlib-c07854ace45c0693a7dee5de8d30e68452a61968.zip
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
Diffstat (limited to 'pkgs/development/tools/parsing')
-rw-r--r--pkgs/development/tools/parsing/alex/3.0.2.nix (renamed from pkgs/development/tools/parsing/alex/3.0.1.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/parsing/alex/3.0.1.nix b/pkgs/development/tools/parsing/alex/3.0.2.nix
index 85e0474b7453..ec56c74db772 100644
--- a/pkgs/development/tools/parsing/alex/3.0.1.nix
+++ b/pkgs/development/tools/parsing/alex/3.0.2.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "alex";
-  version = "3.0.1";
-  sha256 = "1w7s9kzgr4kfh6cyhb4qkvxwy9gcw3xa1d2k5dy575k3wk73awkj";
+  version = "3.0.2";
+  sha256 = "0r1i10i9svnd0ayd229d8hgndgc6q8ghabw6zzghwviw5hs36zlr";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [ QuickCheck ];