haskell-parseargs: update to version 0.1.5.2
This commit is contained in:
parent
2176c172ca
commit
dbffabdee6
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "parseargs";
|
pname = "parseargs";
|
||||||
version = "0.1.3.5";
|
version = "0.1.5.2";
|
||||||
sha256 = "1ig1n2nnicmy71qwcl5hkdk4mvwq0mz6zr5h9kw329lgvr9cyzyc";
|
sha256 = "0pzw7w1kr2rv6ffqgn93rypn37wy2r5k01p3y5256laaplm575am";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://wiki.cs.pdx.edu/bartforge/parseargs";
|
homepage = "http://github.com/BartMassey/parseargs";
|
||||||
description = "Command-line argument parsing library for Haskell programs";
|
description = "Command-line argument parsing library for Haskell programs";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user