Fix deadname

This commit is contained in:
Gabriella Gonzalez 2022-09-04 16:37:06 -07:00 committed by GitHub
parent 75706c5df1
commit b95b9bb26d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ License: BSD3
License-File: LICENSE
Copyright: 2016 Gabriella Gonzalez
Author: Gabriella Gonzalez
Maintainer: Gabriel439@gmail.com
Maintainer: GenuineGabriella@gmail.com
Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
Bug-Reports: https://github.com/Gabriel439/Haskell-Optparse-Generic-Library/issues
Bug-Reports: https://github.com/Gabriella439/Haskell-Optparse-Generic-Library/issues
Synopsis: Auto-generate a command-line parser for your datatype
Description: This library auto-generates an @optparse-applicative@-compatible
@Parser@ from any data type that derives the @Generic@ interface.
@ -19,7 +19,7 @@ Category: System
Extra-Source-Files: CHANGELOG.md
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-Optparse-Generic-Library
Location: https://github.com/Gabriella439/Haskell-Optparse-Generic-Library
Library
Hs-Source-Dirs: src