mirror of
https://github.com/Gabriella439/optparse-generic.git
synced 2024-11-27 02:42:33 +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
|
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
|
value. This library uses Haskell's support for generic programming to
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "optparse-generic";
|
pname = "optparse-generic";
|
||||||
version = "1.1.3";
|
version = "1.2.1";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring optparse-applicative semigroups system-filepath
|
base bytestring optparse-applicative semigroups system-filepath
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: optparse-generic
|
Name: optparse-generic
|
||||||
Version: 1.2.0
|
Version: 1.2.1
|
||||||
Cabal-Version: >=1.8.0.2
|
Cabal-Version: >=1.8.0.2
|
||||||
Build-Type: Simple
|
Build-Type: Simple
|
||||||
License: BSD3
|
License: BSD3
|
||||||
|
Loading…
Reference in New Issue
Block a user