Version 1.2.0 => 1.2.1

This commit is contained in:
Gabriel Gonzalez 2017-06-11 14:25:40 -07:00
parent f8449f420b
commit d6d9a51fb2
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# optparse-generic v1.2.0
# optparse-generic v1.2.1
Use this library to auto-generate a command-line interface that parses a typed
value. This library uses Haskell's support for generic programming to

View File

@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "optparse-generic";
version = "1.1.3";
version = "1.2.1";
src = ./.;
libraryHaskellDepends = [
base bytestring optparse-applicative semigroups system-filepath

View File

@ -1,5 +1,5 @@
Name: optparse-generic
Version: 1.2.0
Version: 1.2.1
Cabal-Version: >=1.8.0.2
Build-Type: Simple
License: BSD3