Cabal revisions of th-orphans-0.6.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: th-orphans-version: 0.6.1-cabal-version: >= 1.6-build-type: Simple-license: BSD3-license-file: LICENSE-category: Template Haskell-author: Matt Morrow-copyright: (c) Matt Morrow-maintainer: Michael Sloan <mgsloan at gmail>-bug-reports: https://github.com/mgsloan/th-orphans/issues-stability: experimental-tested-with: GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.1-synopsis: Orphan instances for TH datatypes-description: Orphan instances for TH datatypes. In particular, instances- for Ord and Lift, as well as a few missing Show / Eq. These- instances used to live in haskell-src-meta, and that's where- the version number started.- -library- build-depends: base >= 4.2 && < 4.8,- th-lift == 0.5.*-- if impl(ghc >= 7.4)- Build-depends: template-haskell >= 2.7 && < 2.10- else- Build-depends: template-haskell >= 2.4 && < 2.7-- hs-source-dirs: src- exposed-modules: Language.Haskell.TH.Instances--source-repository head- type: git- location: git://github.com/mgsloan/th-orphans.git-+name: th-orphans +version: 0.6.1 +x-revision: 1 +cabal-version: >= 1.6 +build-type: Simple +license: BSD3 +license-file: LICENSE +category: Template Haskell +author: Matt Morrow +copyright: (c) Matt Morrow +maintainer: Michael Sloan <mgsloan at gmail> +bug-reports: https://github.com/mgsloan/th-orphans/issues +stability: experimental +tested-with: GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.1 +synopsis: Orphan instances for TH datatypes +description: Orphan instances for TH datatypes. In particular, instances + for Ord and Lift, as well as a few missing Show / Eq. These + instances used to live in haskell-src-meta, and that's where + the version number started. + +library + build-depends: base >= 4.4 && < 4.8, + th-lift == 0.5.* + + if impl(ghc >= 7.4) + Build-depends: template-haskell >= 2.7 && < 2.8 + else + Build-depends: template-haskell >= 2.4 && < 2.7 + + hs-source-dirs: src + exposed-modules: Language.Haskell.TH.Instances + +source-repository head + type: git + location: git://github.com/mgsloan/th-orphans.git +
revision 2
name: th-orphans version: 0.6.1 -x-revision: 1 +x-revision: 2 cabal-version: >= 1.6 build-type: Simple license: BSD3 th-lift == 0.5.* if impl(ghc >= 7.4) - Build-depends: template-haskell >= 2.7 && < 2.8 + Build-depends: template-haskell >= 2.7 && < 2.9 else Build-depends: template-haskell >= 2.4 && < 2.7