Version 1.4.5 → 1.4.6 (#88)

This commit is contained in:
Gabriella Gonzalez 2021-10-08 16:57:42 -07:00 committed by GitHub
parent e1123b93a7
commit dbc54db78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 16 deletions

View File

@ -1,3 +1,7 @@
1.4.6
* Use `readField` in default implementation of `parseField`
1.4.5
* [Add ability to set the short name in the type](https://github.com/Gabriel439/Haskell-Optparse-Generic-Library/pull/84)

View File

@ -1,15 +0,0 @@
{ mkDerivation, ansi-wl-pprint, base, bytestring, process
, QuickCheck, stdenv, transformers, transformers-compat
}:
mkDerivation {
pname = "optparse-applicative";
version = "0.16.0.0";
sha256 = "09c53c339c41167701343afaeccd5993c6bd827290a2b30053f2a7375555cb2b";
libraryHaskellDepends = [
ansi-wl-pprint base process transformers transformers-compat
];
testHaskellDepends = [ base bytestring QuickCheck ];
homepage = "https://github.com/pcapriotti/optparse-applicative";
description = "Utilities and combinators for parsing command line options";
license = stdenv.lib.licenses.bsd3;
}

View File

@ -1,5 +1,5 @@
Name: optparse-generic
Version: 1.4.5
Version: 1.4.6
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3