packages feed

Cabal revisions of enummapset-0.2.0

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

revision 1
-name:           enummapset-version:        0.2.0-synopsis:       IntMap and IntSet with Enum keys/elements.-description:    This package contains simple wrappers around 'Data.IntMap' and-                'Data.IntSet' with 'Enum' keys and elements respectively.-                Especially useful for 'Int's wrapped with newtype.-homepage:       https://github.com/michalt/enummapset-bug-reports:    https://github.com/michalt/enummapset/issues-license:        BSD3-license-file:   LICENSE-author:         Michal Terepeta-maintainer:     Michal Terepeta <michal.terepeta@gmail.com>-copyright:      (c) 2011 Michal Terepeta--category:       Data-build-type:     Simple--cabal-version:  >=1.6--source-repository head-  type:         git-  location:     https://github.com/michalt/enummapset.git--Library-  exposed-modules:-    Data.EnumMap-    Data.EnumSet--  build-depends:-    base < 5,-    containers >= 0.5 && < 0.6--  ghc-options: -Wall+name:           enummapset
+version:        0.2.0
+x-revision: 1
+synopsis:       IntMap and IntSet with Enum keys/elements.
+description:    This package contains simple wrappers around 'Data.IntMap' and
+                'Data.IntSet' with 'Enum' keys and elements respectively.
+                Especially useful for 'Int's wrapped with newtype.
+homepage:       https://github.com/michalt/enummapset
+bug-reports:    https://github.com/michalt/enummapset/issues
+license:        BSD3
+license-file:   LICENSE
+author:         Michal Terepeta
+maintainer:     Michal Terepeta <michal.terepeta@gmail.com>
+copyright:      (c) 2011 Michal Terepeta
+
+category:       Data
+build-type:     Simple
+
+cabal-version:  >=1.6
+
+source-repository head
+  type:         git
+  location:     https://github.com/michalt/enummapset.git
+
+Library
+  exposed-modules:
+    Data.EnumMap
+    Data.EnumSet
+
+  build-depends:
+    base < 4.7,
+    containers >= 0.5 && < 0.6
+
+  ghc-options: -Wall