-- Initial PeanoWitnesses.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: PeanoWitnesses version: 0.1.0.0 synopsis: GADT type witnesses for Peano-style natural numbers. description: Witnesses for Peano naturals are unary natural numbers paired with a natural number type index. These terms act as witnesses of a particular natural; we can recover the type information by examining the terms. license: BSD3 license-file: LICENSE author: Kenneth Foner maintainer: kenny.foner@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Numeric.Witness.Peano -- other-modules: other-extensions: ConstraintKinds, DataKinds, FlexibleContexts, FlexibleInstances, GADTs, ScopedTypeVariables, StandaloneDeriving, TypeFamilies, TypeOperators build-depends: base >=4.7 && <4.8 -- hs-source-dirs: default-language: Haskell2010