packages feed

Cabal revisions of th-orphans-0.5.1.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:               th-orphans-version:            0.5.1.3-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:        In particular, instances for Ord and Lift.-                    -library-  build-depends:   base >= 4.2 && < 4.6,-                   th-lift == 0.5.*--  if impl(ghc >= 7.4)-    Build-depends: template-haskell >= 2.7 && < 2.9-  else-    Build-depends: template-haskell >= 2.4 && < 2.7--  extensions:      CPP,-                   StandaloneDeriving,-                   TemplateHaskell,-                   TypeSynonymInstances-  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.5.1.3
+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:        In particular, instances for Ord and Lift.
+                    
+library
+  build-depends:   base >= 4.2 && < 4.6,
+                   th-lift == 0.5.*
+
+  if impl(ghc >= 7.4)
+    Build-depends: template-haskell >= 2.7 && < 2.9
+  else
+    Build-depends: template-haskell >= 2.4 && < 2.5
+
+  extensions:      CPP,
+                   StandaloneDeriving,
+                   TemplateHaskell,
+                   TypeSynonymInstances
+  hs-source-dirs:  src
+  exposed-modules: Language.Haskell.TH.Instances
+
+source-repository head
+  type:     git
+  location: git://github.com/mgsloan/th-orphans.git
+