name: types-compat version: 0.1.1 x-revision: 1 synopsis: ghc-7.6/7.8 compatible GHC.TypeLits, Data.Typeable and Data.Proxy. license: MIT license-file: LICENSE author: HirotomoMoriwaki maintainer: HirotomoMoriwaki Homepage: https://github.com/philopon/types-compat Bug-reports: https://github.com/philopon/types-compat/issues copyright: (c) 2015 Hirotomo Moriwaki category: Compatibility build-type: Simple cabal-version: >=1.10 library exposed-modules: GHC.TypeLits.Compat Data.Typeable.Compat Data.Proxy.Compat build-depends: base >=4.6 && <4.8 if impl(ghc < 7.8) build-depends: tagged >= 0.7 && <0.8 hs-source-dirs: src ghc-options: -Wall -O2 default-language: Haskell2010