Cabal revisions of church-pair-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: church-pair-version: 0.1.0.0-license: BSD3-license-file: LICENSE-author: Matthew Harm Bekkema-maintainer: mbekkema97@gmail.com-synopsis: Church encoded pair-category: Data-description:- This package contains a Church encoded 'Pair' type along with appropriate- instances for typeclasses in 'base'.-cabal-version: >=1.10-build-type: Simple--extra-source-files: CHANGELOG.md---library- default-language: Haskell98-- other-extensions: Rank2Types- Safe-- build-depends: base >= 4.9 && < 5- exposed-modules: Data.Church.Pair- ghc-options: -Wall+name: church-pair +version: 0.1.0.0 +x-revision: 1 +license: BSD3 +license-file: LICENSE +author: Matthew Harm Bekkema +maintainer: mbekkema97@gmail.com +bug-reports: https://github.com/mat8913/church-pair/issues +synopsis: Church encoded pair +category: Data +description: + This package contains a Church encoded 'Pair' type along with appropriate + instances for typeclasses in 'base'. +cabal-version: >=1.10 +build-type: Simple + +extra-source-files: CHANGELOG.md + +source-repository head + type: git + location: https://github.com/mat8913/church-pair + +source-repository this + type: git + location: https://github.com/mat8913/church-pair + tag: v0.1.0.0 + + +library + default-language: Haskell98 + + other-extensions: Rank2Types + Safe + + build-depends: base >= 4.9 && < 5 + exposed-modules: Data.Church.Pair + ghc-options: -Wall