From 0907d78e1ff29125911959ca2d67f6f30ce599ed Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 15 Aug 2020 05:15:53 +0000 Subject: [PATCH] =?UTF-8?q?Version=201.4.2=20=E2=86=92=201.4.3=20(#74)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ default.nix | 2 +- optparse-generic.cabal | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 123c6a3..b01ae39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/default.nix b/default.nix index 78498cd..08e4cd0 100644 --- a/default.nix +++ b/default.nix @@ -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 diff --git a/optparse-generic.cabal b/optparse-generic.cabal index e964324..924b516 100644 --- a/optparse-generic.cabal +++ b/optparse-generic.cabal @@ -1,5 +1,5 @@ Name: optparse-generic -Version: 1.4.2 +Version: 1.4.3 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3