Cabal revisions of optparse-generic-1.4.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: optparse-generic-Version: 1.4.4-Cabal-Version: >=1.10-Build-Type: Simple-License: BSD3-License-File: LICENSE-Copyright: 2016 Gabriel Gonzalez-Author: Gabriel Gonzalez-Maintainer: Gabriel439@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-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.- .- See the documentation in "Options.Generic" for an example of how to use- this library-Category: System-Extra-Source-Files: CHANGELOG.md-Source-Repository head- Type: git- Location: https://github.com/Gabriel439/Haskell-Optparse-Generic-Library--Library- Hs-Source-Dirs: src- Build-Depends:- base >= 4.6 && < 5 ,- system-filepath >= 0.3.1 && < 0.5 ,- text < 1.3 ,- transformers >= 0.2.0.0 && < 0.6 ,- Only < 0.2 ,- optparse-applicative >= 0.16.0.0 && < 0.17,- time >= 1.5 && < 1.10,- void < 0.8 ,- bytestring < 0.11- - if impl(ghc < 8.0)- Build-Depends:- semigroups >= 0.5.0 && < 0.20-- if impl(ghc < 7.8)- Build-Depends:- singletons >= 0.10.0 && < 1.0 ,- tagged >= 0.8.3 && < 0.9 ,- th-desugar < 1.5.1- Exposed-Modules: Options.Generic- GHC-Options: -Wall- Default-Language: Haskell2010+Name: optparse-generic +Version: 1.4.4 +x-revision: 1 +Cabal-Version: >=1.10 +Build-Type: Simple +License: BSD3 +License-File: LICENSE +Copyright: 2016 Gabriel Gonzalez +Author: Gabriel Gonzalez +Maintainer: Gabriel439@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 +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. + . + See the documentation in "Options.Generic" for an example of how to use + this library +Category: System +Extra-Source-Files: CHANGELOG.md +Source-Repository head + Type: git + Location: https://github.com/Gabriel439/Haskell-Optparse-Generic-Library + +Library + Hs-Source-Dirs: src + Build-Depends: + base >= 4.6 && < 5 , + system-filepath >= 0.3.1 && < 0.5 , + text < 1.3 , + transformers >= 0.2.0.0 && < 0.6 , + Only < 0.2 , + optparse-applicative >= 0.16.0.0 && < 0.17, + time >= 1.5 && < 1.10, + void < 0.8 , + bytestring < 0.12 + + if impl(ghc < 8.0) + Build-Depends: + semigroups >= 0.5.0 && < 0.20 + + if impl(ghc < 7.8) + Build-Depends: + singletons >= 0.10.0 && < 1.0 , + tagged >= 0.8.3 && < 0.9 , + th-desugar < 1.5.1 + Exposed-Modules: Options.Generic + GHC-Options: -Wall + Default-Language: Haskell2010
revision 2
Name: optparse-generic Version: 1.4.4 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 transformers >= 0.2.0.0 && < 0.6 , Only < 0.2 , optparse-applicative >= 0.16.0.0 && < 0.17, - time >= 1.5 && < 1.10, + time >= 1.5 && < 1.13, void < 0.8 , bytestring < 0.12
revision 3
Name: optparse-generic Version: 1.4.4 -x-revision: 2 +x-revision: 3 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 base >= 4.6 && < 5 , system-filepath >= 0.3.1 && < 0.5 , text < 1.3 , - transformers >= 0.2.0.0 && < 0.6 , + transformers >= 0.2.0.0 && < 0.7 , Only < 0.2 , optparse-applicative >= 0.16.0.0 && < 0.17, time >= 1.5 && < 1.13,