Version 1.4.2 → 1.4.3 (#74)

This commit is contained in:
Gabriel Gonzalez 2020-08-15 05:15:53 +00:00 committed by GitHub
parent 20ecc0a9be
commit 0907d78e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1.4.3
* Export internal `readIntegralBounded` utility
* Build against `optparse-applicative-0.16.0.0`
1.4.2
* New `unwrap` function

View File

@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "optparse-generic";
version = "1.4.2";
version = "1.4.3";
src = ./.;
libraryHaskellDepends = [
base bytestring Only optparse-applicative system-filepath text time

View File

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