summary refs log tree commit diff
path: root/pkgs/tools/typesetting/lhs2tex
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2010-07-22 18:47:59 +0000
committerAndres Löh <mail@andres-loeh.de>2010-07-22 18:47:59 +0000
commit73bee7da33187a121ea94189e6d7758f9c2a64a7 (patch)
tree7da272f613dc7d2988f6a0962f5d4be3357382be /pkgs/tools/typesetting/lhs2tex
parent6c90771ac690d78cb2450d007fa9b314a4c25317 (diff)
downloadnixlib-73bee7da33187a121ea94189e6d7758f9c2a64a7.tar
nixlib-73bee7da33187a121ea94189e6d7758f9c2a64a7.tar.gz
nixlib-73bee7da33187a121ea94189e6d7758f9c2a64a7.tar.bz2
nixlib-73bee7da33187a121ea94189e6d7758f9c2a64a7.tar.lz
nixlib-73bee7da33187a121ea94189e6d7758f9c2a64a7.tar.xz
nixlib-73bee7da33187a121ea94189e6d7758f9c2a64a7.tar.zst
nixlib-73bee7da33187a121ea94189e6d7758f9c2a64a7.zip
Switched the default version of ghc and Haskell Platform to 6.12.3 and 2010.2.0.0.
svn path=/nixpkgs/trunk/; revision=22715
Diffstat (limited to 'pkgs/tools/typesetting/lhs2tex')
-rw-r--r--pkgs/tools/typesetting/lhs2tex/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/typesetting/lhs2tex/default.nix b/pkgs/tools/typesetting/lhs2tex/default.nix
index ce74a0812d3c..012c98f68871 100644
--- a/pkgs/tools/typesetting/lhs2tex/default.nix
+++ b/pkgs/tools/typesetting/lhs2tex/default.nix
@@ -1,13 +1,13 @@
-{cabal, tetex, polytable, regexCompat, utf8String}:
+{cabal, tetex, polytable, regexCompat}:
 
 #assert tetex == polytable.tetex;
 
 cabal.mkDerivation (self : {
   pname = "lhs2tex";
-  version = "1.15";
+  version = "1.16";
   name = self.fname;
-  sha256 = "77f25c1f22823587ceca6eead133a403540319a0ae3bf03a369b3e8c86baf124";
-  extraBuildInputs = [tetex regexCompat utf8String];
+  sha256 = "aa43ec92e8d7c94213365a7211d605314476977155e36420caa3cfb394f7c76f";
+  extraBuildInputs = [tetex regexCompat];
   propagatedBuildInputs = [polytable]; # automatically in user-env now with cabal
 
   postInstall = ''