mirror of
https://github.com/Gabriella439/optparse-generic.git
synced 2024-11-23 05:53:13 +03:00
Version 1.2.0 => 1.2.1
This commit is contained in:
parent
f8449f420b
commit
d6d9a51fb2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user