Added test-framework.

svn path=/nixpkgs/trunk/; revision=27695
This commit is contained in:
Andres Löh
2011-07-10 17:38:21 +00:00
parent 5d27ed479a
commit d7d0700d18
7 changed files with 81 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "ansi-wl-pprint";
version = "0.5.0";
sha256 = "295e6924409012e3371db1bb5c02475614fcf1ea99e6bff45a5fc84fb13b8284";
version = "0.6.3";
sha256 = "1cpkfn1ld0sjysksdsxxwwy1b17s4smmzk8y88y9mb81vgwlalkl";
propagatedBuildInputs = [ansiTerminal];
meta = {
description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output";