Cabal revisions of homotuple-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12--name: homotuple-version: 0.2.0.0-synopsis: Homotuple, all whose elements are the same type-description: Homotuple, all whose elements are the same type-category: Data-homepage: https://github.com/kakkun61/tuple-bug-reports: https://github.com/kakkun61/tuple/issues-author: Kazuki Okamoto-maintainer: kazuki.okamoto@kakkun61.com-copyright: 2019 Kazuki Okamoto-license: Apache-2.0-license-file: LICENSE-build-type: Custom--extra-source-files:- README.md- ChangeLog.md- template/Homotuple.hs- template/HomotupleItem.hs--source-repository head- type: git- location: https://github.com/kakkun61/homotuple--custom-setup- setup-depends:- Cabal- , base- , directory--library- exposed-modules: Data.Tuple.Homotuple- Data.Tuple.Homotuple.Identity- Data.Tuple.Homotuple.OneTuple- Data.Tuple.Homotuple.Only- autogen-modules: Data.Tuple.Homotuple- hs-source-dirs: src- ghc-options: -Wall- -Wcompat- -Wincomplete-uni-patterns- -Wincomplete-record-updates- -Wmonomorphism-restriction- -Wmissing-exported-signatures- -Wmissing-home-modules- -Wmissing-import-lists- -Widentities- -Wredundant-constraints- -Wno-name-shadowing- build-depends: base >=4.10 && <4.15,- OneTuple >=0.2 && <0.3,- Only >=0.1 && <0.2,- single-tuple >=0.1 && <0.2- if impl(ghc >= 8.4.0)- ghc-options: -Wmissing-export-lists- -Wpartial-fields- if impl(ghc >= 8.6.0)- default-extensions: NoStarIsType- default-language: Haskell2010+cabal-version: 1.12 + +name: homotuple +version: 0.2.0.0 +x-revision: 1 +synopsis: Homotuple, all whose elements are the same type +description: Homotuple, all whose elements are the same type +category: Data +homepage: https://github.com/kakkun61/tuple +bug-reports: https://github.com/kakkun61/tuple/issues +author: Kazuki Okamoto +maintainer: kazuki.okamoto@kakkun61.com +copyright: 2019 Kazuki Okamoto +license: Apache-2.0 +license-file: LICENSE +build-type: Custom + +extra-source-files: + README.md + ChangeLog.md + template/Homotuple.hs + template/HomotupleItem.hs + +source-repository head + type: git + location: https://github.com/kakkun61/homotuple + +custom-setup + setup-depends: + Cabal + , base + , directory + +library + exposed-modules: Data.Tuple.Homotuple + Data.Tuple.Homotuple.Identity + Data.Tuple.Homotuple.OneTuple + Data.Tuple.Homotuple.Only + autogen-modules: Data.Tuple.Homotuple + hs-source-dirs: src + ghc-options: -Wall + -Wcompat + -Wincomplete-uni-patterns + -Wincomplete-record-updates + -Wmonomorphism-restriction + -Wmissing-exported-signatures + -Wmissing-home-modules + -Wmissing-import-lists + -Widentities + -Wredundant-constraints + -Wno-name-shadowing + build-depends: base >=4.10 && <5, + OneTuple >=0.2 && <0.3, + Only >=0.1 && <0.2, + single-tuple >=0.1 && <0.2 + if impl(ghc >= 8.4.0) + ghc-options: -Wmissing-export-lists + -Wpartial-fields + if impl(ghc >= 8.6.0) + default-extensions: NoStarIsType + default-language: Haskell2010