name: indextype version: 0.2.1.0 x-revision: 1 synopsis: BROKEN VERSION DO NOT USE! description: THIS IS A BROKEN VERSION DO NOT USE! author: Clinton Mead maintainer: clintonmead@gmail.com category: Control license: BSD3 license-file: LICENSE copyright: Clinton Mead (2017) build-type: Simple cabal-version: >=1.10 tested-with: GHC == 8.0.2 bug-reports: https://github.com/clintonmead/indextype/issues source-repository head type: git location: https://github.com/clintonmead/indextype.git library exposed-modules: Control.IndexT, Control.IndexT.Tuple, Control.IndexT.Function, Control.IndexT.Constructor, Control.IndexT.TypeLevel, Control.IndexT.TypeLevel.Tuple build-depends: base == 4.9.* hs-source-dirs: src default-language: Haskell2010 Test-Suite tests type: exitcode-stdio-1.0 main-is: Tests.hs other-modules: Control.IndexT, Control.IndexT.Tuple, Control.IndexT.Function, Control.IndexT.Constructor build-depends: base == 4.9.*, hspec == 2.4.* hs-source-dirs: test, src default-language: Haskell2010