Added hp2any.

svn path=/nixpkgs/trunk/; revision=27701
This commit is contained in:
Andres Löh
2011-07-11 07:17:53 +00:00
parent 5c4590fa50
commit eabbecd10f
5 changed files with 50 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "parseargs";
version = "0.1.2";
sha256 = "93e34497bc3921f245474a8fc1807303211cf5ab40f0b655e02eb0242ef75694";
version = "0.1.3.2";
sha256 = "1ncdbjzfkhb1f3aznsci26kss9nrv3iilc65q5xdl9nly8p837mv";
meta = {
description = "Command-line argument parsing library for Haskell programs";
};