summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-01-27 20:31:06 +0000
committerPeter Simons <simons@cryp.to>2012-01-27 20:31:06 +0000
commitc3883364c648580abe28be752d6f226922ea1613 (patch)
treeb1fc613c84b850b93c136ca4bb4a621488108aa9 /pkgs/development
parent47c3e4b2a3dbd9761ea24237a17e9b5f336bcd9c (diff)
downloadnixlib-c3883364c648580abe28be752d6f226922ea1613.tar
nixlib-c3883364c648580abe28be752d6f226922ea1613.tar.gz
nixlib-c3883364c648580abe28be752d6f226922ea1613.tar.bz2
nixlib-c3883364c648580abe28be752d6f226922ea1613.tar.lz
nixlib-c3883364c648580abe28be752d6f226922ea1613.tar.xz
nixlib-c3883364c648580abe28be752d6f226922ea1613.tar.zst
nixlib-c3883364c648580abe28be752d6f226922ea1613.zip
haskell-ansi-wl-pprint: updated to version 0.6.4
svn path=/nixpkgs/trunk/; revision=31895
Diffstat (limited to 'pkgs/development')
-rwxr-xr-xpkgs/development/libraries/haskell/ansi-wl-pprint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/ansi-wl-pprint/default.nix b/pkgs/development/libraries/haskell/ansi-wl-pprint/default.nix
index 468b35136a33..5730588ab9e4 100755
--- a/pkgs/development/libraries/haskell/ansi-wl-pprint/default.nix
+++ b/pkgs/development/libraries/haskell/ansi-wl-pprint/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "ansi-wl-pprint";
-  version = "0.6.3";
-  sha256 = "1cpkfn1ld0sjysksdsxxwwy1b17s4smmzk8y88y9mb81vgwlalkl";
+  version = "0.6.4";
+  sha256 = "0zrhzkmc5ki6q9ac5l16lhnyf9z2raj78gj9n0a7530rcv4ak3k0";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ ansiTerminal ];