summary refs log tree commit diff
path: root/pkgs/tools/typesetting/lhs2tex
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-09-10 15:08:24 +0200
committerPeter Simons <simons@cryp.to>2012-09-10 15:08:24 +0200
commit010c282cb292e128e66dc6b9b3b3fec206ec2363 (patch)
treede7edeb55fc73772e9af3abac3abe05d1925c29f /pkgs/tools/typesetting/lhs2tex
parent4fc17179f9cb5795f099f5df385e874408f3718c (diff)
downloadnixlib-010c282cb292e128e66dc6b9b3b3fec206ec2363.tar
nixlib-010c282cb292e128e66dc6b9b3b3fec206ec2363.tar.gz
nixlib-010c282cb292e128e66dc6b9b3b3fec206ec2363.tar.bz2
nixlib-010c282cb292e128e66dc6b9b3b3fec206ec2363.tar.lz
nixlib-010c282cb292e128e66dc6b9b3b3fec206ec2363.tar.xz
nixlib-010c282cb292e128e66dc6b9b3b3fec206ec2363.tar.zst
nixlib-010c282cb292e128e66dc6b9b3b3fec206ec2363.zip
haskell-lhs2tex: update to version 1.18.1
Diffstat (limited to 'pkgs/tools/typesetting/lhs2tex')
-rw-r--r--pkgs/tools/typesetting/lhs2tex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/lhs2tex/default.nix b/pkgs/tools/typesetting/lhs2tex/default.nix
index 5ac339e92ece..2b96ae526c40 100644
--- a/pkgs/tools/typesetting/lhs2tex/default.nix
+++ b/pkgs/tools/typesetting/lhs2tex/default.nix
@@ -2,9 +2,9 @@
 
 cabal.mkDerivation (self: {
   pname = "lhs2tex";
-  version = "1.17";
+  version = "1.18.1";
   name = self.fname;
-  sha256 = "1x49316m5xm4f6hw5q7kia9rpfpygxhk5gnifd54ai0zjmdlkxrc";
+  sha256 = "0j4n7vkabsggn94gbwixy1vmckdck2nggdiqvk6n9nx164if5jnw";
   extraBuildInputs = [regexCompat texLive];
 
   postInstall = ''