packages feed

TypeNat-0.5.0.1: TypeNat.cabal

-- Initial TypeNat.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                TypeNat
version:             0.5.0.1
synopsis:            Some Nat-indexed types for GHC
-- description:         
homepage:            https://github.com/avieth/TypeNat
license:             MIT
license-file:        LICENSE
author:              Alexander Vieth
maintainer:          aovieth@gmail.com
copyright:           MIT
category:            Data
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type: git
  location: http://github.com/avieth/TypeNat.git

library
  exposed-modules:     Data.TypeNat.Fin, Data.TypeNat.Nat, Data.TypeNat.Vect
  -- other-modules:       
  other-extensions:    DataKinds
                     , KindSignatures
                     , GADTs
                     , RankNTypes
                     , MultiParamTypeClasses
                     , FlexibleInstances
                     , FlexibleContexts
                     , ScopedTypeVariables
                     , IncoherentInstances
                     , ConstraintKinds
                     , TypeFamilies
                     , KindSignatures

  build-depends:       base >=4.7 && < 5
  -- hs-source-dirs:      
  default-language:    Haskell2010