packages feed

Cabal revisions of tagged-0.2.1

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

revision 1
-name:           tagged-version:        0.2.1-license:        BSD3-license-file:   LICENSE-author:         Edward A. Kmett-maintainer:     Edward A. Kmett <ekmett@gmail.com>-stability:      experimental-category:       Data, Phantom Types-synopsis:       Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments-homepage:       http://github.com/ekmett/tagged-copyright:      2009-2011 Edward A. Kmett-description:    Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments-build-type:     Simple-cabal-version:  >=1.6--source-repository head-  type: git-  location: git://github.com/ekmett/tagged.git--flag DeriveDataTypeable-  default: True-  manual: False--library-  if flag(DeriveDataTypeable)-    cpp-options: -DLANGUAGE_DeriveDataTypeable-    extensions: DeriveDataTypeable-  build-depends: -    base >= 4 && < 5,-    semigroups >= 0.4 && < 0.5,-    data-default >= 0.2 && < 3-  exposed-modules:-    Data.Tagged-    Data.Proxy-  ghc-options: -Wall+name:           tagged
+version:        0.2.1
+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:       Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments
+homepage:       http://github.com/ekmett/tagged
+copyright:      2009-2011 Edward A. Kmett
+description:    Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments
+build-type:     Simple
+cabal-version:  >=1.6
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/tagged.git
+
+flag DeriveDataTypeable
+  default: True
+  manual: False
+
+library
+  if flag(DeriveDataTypeable)
+    cpp-options: -DLANGUAGE_DeriveDataTypeable
+    extensions: DeriveDataTypeable
+  build-depends: 
+    base >= 4.4 && < 5,
+    semigroups >= 0.4 && < 0.5,
+    data-default >= 0.2 && < 3
+  exposed-modules:
+    Data.Tagged
+    Data.Proxy
+  ghc-options: -Wall
revision 2
 name:           tagged
 version:        0.2.1
-x-revision: 1
+x-revision: 2
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett
     cpp-options: -DLANGUAGE_DeriveDataTypeable
     extensions: DeriveDataTypeable
   build-depends: 
-    base >= 4.4 && < 5,
+    base >= 4.4 && < 4.7,
     semigroups >= 0.4 && < 0.5,
     data-default >= 0.2 && < 3
   exposed-modules: