Cabal revisions of bimap-0.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >= 1.8-name: bimap-version: 0.3.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 and contributors 2008, Joel Williamson 2015-author: Stuart Cook and contributors 2008, Joel Williamson 2015-maintainer: Joel Williamson <joel@joelwilliamson.ca>-homepage: https://github.com/joelwilliamson/bimap-build-type: Simple-tested-with: GHC ==7.10.2-extra-source-files:- HISTORY--Library- build-depends: base >= 4 && <5, containers, exceptions- ghc-options: -Wall- exposed-modules:- Data.Bimap--test-suite tests- type: exitcode-stdio-1.0- main-is: Test/RunTests.hs- build-depends: base >= 4 && < 5,- containers,- exceptions,- QuickCheck >= 2 && < 3,- template-haskell >= 2 && < 3--source-repository head- type: git- location: https://github.com/joelwilliamson/bimap.git+cabal-version: >= 1.8 +name: bimap +version: 0.3.1 +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 and contributors 2008, Joel Williamson 2015 +author: Stuart Cook and contributors 2008, Joel Williamson 2015 +maintainer: Joel Williamson <joel@joelwilliamson.ca> +homepage: https://github.com/joelwilliamson/bimap +build-type: Simple +tested-with: GHC ==7.10.2 +extra-source-files: + HISTORY + +Library + build-depends: base >= 4.8 && <5, containers, exceptions + ghc-options: -Wall + exposed-modules: + Data.Bimap + +test-suite tests + type: exitcode-stdio-1.0 + main-is: Test/RunTests.hs + build-depends: base >= 4 && < 5, + containers, + exceptions, + QuickCheck >= 2 && < 3, + template-haskell >= 2 && < 3 + +source-repository head + type: git + location: https://github.com/joelwilliamson/bimap.git