packages feed

church-pair-0.1.0.0: church-pair.cabal

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