-- Initial type-natural.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: type-natural version: 0.0.1.1 synopsis: Type-level natural and proofs of their properties. description: Type-level natural numbers and proofs of their properties. homepage: https://github.com/konn/type-natural license: BSD3 license-file: LICENSE author: Hiromi ISHII maintainer: konn.jinro_at_gmail.com copyright: (C) Hiromi ISHII 2013 category: Math build-type: Simple cabal-version: >=1.8 source-repository head Type: git Location: git://github.com/konn/type-natural.git library exposed-modules: Data.Type.Natural -- other-modules: build-depends: base ==4.6.* , singletons ==0.8.* , equational-reasoning == 0.0.*