packages feed

Cabal revisions of bimap-0.2

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

revision 1
-cabal-version:       >= 1.2.3.0-name:                bimap-version:             0.2-synopsis:            Bidirectional mapping between two key types-description:-  A data structure representing a bidirectional mapping between two-  key types. Each value in the bimap is associated with exactly one-  value of the opposite type.-category:            Data-license:             BSD3-license-file:        LICENSE-copyright:           Stuart Cook 2008-author:              Stuart Cook-maintainer:          scook0@gmail.com-homepage:            http://code.haskell.org/bimap--- This build-type is a lie, but we're only using hooks to specify--- a test command, so there shouldn't be any problems.-build-type:          Simple-tested-with:         GHC ==6.6, GHC ==6.8.1-extra-source-files:-    tests.sh-    Test/Tests.hs-    Test/Util.hs-    Test/RunTests.hs--flag small-base--Library-  if flag(small-base)-    build-depends:       base >= 3, mtl, containers-  else-    build-depends:       base < 3, mtl-  ghc-options:         -Wall -O2-  exposed-modules:-      Data.Bimap-+cabal-version:       >= 1.8
+name:                bimap
+version:             0.2
+x-revision: 1
+synopsis:            Bidirectional mapping between two key types
+description:
+  A data structure representing a bidirectional mapping between two
+  key types. Each value in the bimap is associated with exactly one
+  value of the opposite type.
+category:            Data
+license:             BSD3
+license-file:        LICENSE
+copyright:           Stuart Cook 2008
+author:              Stuart Cook
+maintainer:          scook0@gmail.com
+homepage:            http://code.haskell.org/bimap
+-- This build-type is a lie, but we're only using hooks to specify
+-- a test command, so there shouldn't be any problems.
+build-type:          Simple
+tested-with:         GHC ==6.6, GHC ==6.8.1
+extra-source-files:
+    tests.sh
+    Test/Tests.hs
+    Test/Util.hs
+    Test/RunTests.hs
+
+flag small-base
+
+Library
+  if flag(small-base)
+    build-depends:       base >= 3 && < 4.13, mtl, containers
+  else
+    build-depends:       base < 3, mtl
+  ghc-options:         -Wall -O2
+  exposed-modules:
+      Data.Bimap
+