Cabal revisions of types-compat-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: types-compat-version: 0.1.0-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+name: types-compat +version: 0.1.0 +x-revision: 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/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