haskell-parseargs: update to version 0.1.5.2

This commit is contained in:
Peter Simons 2013-11-06 15:47:45 +01:00
parent 2176c172ca
commit dbffabdee6

View File

@ -2,12 +2,12 @@
cabal.mkDerivation (self: {
pname = "parseargs";
version = "0.1.3.5";
sha256 = "1ig1n2nnicmy71qwcl5hkdk4mvwq0mz6zr5h9kw329lgvr9cyzyc";
version = "0.1.5.2";
sha256 = "0pzw7w1kr2rv6ffqgn93rypn37wy2r5k01p3y5256laaplm575am";
isLibrary = true;
isExecutable = true;
meta = {
homepage = "http://wiki.cs.pdx.edu/bartforge/parseargs";
homepage = "http://github.com/BartMassey/parseargs";
description = "Command-line argument parsing library for Haskell programs";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;