packages feed

types-compat-0.1.1: types-compat.cabal

name:                types-compat
version:             0.1.1
synopsis:            ghc-7.6/7.8 compatible GHC.TypeLits, Data.Typeable and Data.Proxy.
license:             MIT
license-file:        LICENSE
author:              HirotomoMoriwaki<philopon.dependence@gmail.com>
maintainer:          HirotomoMoriwaki<philopon.dependence@gmail.com>
Homepage:            https://github.com/philopon/apiary
Bug-reports:         https://github.com/philopon/apiary/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