haskell/csv version bump

svn path=/nixpkgs/trunk/; revision=27533
This commit is contained in:
Andres Löh 2011-06-23 18:35:19 +00:00
parent 0486e0218a
commit e908e92413

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "csv";
version = "0.1.1";
sha256 = "046e989f4bb76c9b15c33c3ec63f57a689317de8170449c9cf9e152393b7f1a0";
version = "0.1.2";
sha256 = "00767ai09wm7f0yzmpqck3cpgxncpr9djnmmz5l17ajz69139x4c";
propagatedBuildInputs = [parsec];
meta = {
description = "CSV loader and dumper";