packages feed

Cabal revisions of tagged-0.8

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

revision 1
-name:           tagged-version:        0.8-license:        BSD3-license-file:   LICENSE-author:         Edward A. Kmett-maintainer:     Edward A. Kmett <ekmett@gmail.com>-stability:      experimental-category:       Data, Phantom Types-synopsis:       Haskell 98 phantom types to avoid unsafely passing dummy arguments-homepage:       http://github.com/ekmett/tagged-bug-reports:    http://github.com/ekmett/tagged/issues-copyright:      2009-2013 Edward A. Kmett-description:    Haskell 98 phantom types to avoid unsafely passing dummy arguments-build-type:     Simple-cabal-version:  >= 1.10-extra-source-files: .travis.yml CHANGELOG.markdown README.markdown--source-repository head-  type: git-  location: git://github.com/ekmett/tagged.git--library-  default-language: Haskell98-  other-extensions: CPP-  build-depends: base >= 2 && < 5-  ghc-options: -Wall-  hs-source-dirs: src-  exposed-modules: Data.Tagged--  if !impl(hugs)-    cpp-options: -DLANGUAGE_DeriveDataTypeable-    other-extensions: DeriveDataTypeable--  if impl(ghc<7.7)-    hs-source-dirs: old-    exposed-modules: Data.Proxy-    other-modules: Paths_tagged--  if impl(ghc)-    exposed-modules: Data.Proxy.TH-    build-depends: template-haskell >= 2.5 && < 2.11+name:           tagged
+version:        0.8
+x-revision: 1
+license:        BSD3
+license-file:   LICENSE
+author:         Edward A. Kmett
+maintainer:     Edward A. Kmett <ekmett@gmail.com>
+stability:      experimental
+category:       Data, Phantom Types
+synopsis:       Haskell 98 phantom types to avoid unsafely passing dummy arguments
+homepage:       http://github.com/ekmett/tagged
+bug-reports:    http://github.com/ekmett/tagged/issues
+copyright:      2009-2013 Edward A. Kmett
+description:    Haskell 98 phantom types to avoid unsafely passing dummy arguments
+build-type:     Simple
+cabal-version:  >= 1.10
+extra-source-files: .travis.yml CHANGELOG.markdown README.markdown
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/tagged.git
+
+library
+  default-language: Haskell98
+  other-extensions: CPP
+  build-depends: base >= 4.6 && < 5
+  ghc-options: -Wall
+  hs-source-dirs: src
+  exposed-modules: Data.Tagged
+
+  if !impl(hugs)
+    cpp-options: -DLANGUAGE_DeriveDataTypeable
+    other-extensions: DeriveDataTypeable
+
+  if impl(ghc<7.7)
+    hs-source-dirs: old
+    exposed-modules: Data.Proxy
+    other-modules: Paths_tagged
+
+  if impl(ghc)
+    exposed-modules: Data.Proxy.TH
+    build-depends: template-haskell >= 2.5 && < 2.11
revision 2
 name:           tagged
 version:        0.8
-x-revision: 1
+x-revision: 2
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett
 
   if impl(ghc)
     exposed-modules: Data.Proxy.TH
-    build-depends: template-haskell >= 2.5 && < 2.11
+    build-depends: template-haskell >= 2.8 && < 2.11