Cabal revisions of bifunctors-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: bifunctors-category: Data, Functors-version: 0.1.2-license: BSD3-cabal-version: >= 1.6-license-file: LICENSE-author: Edward A. Kmett-maintainer: Edward A. Kmett <ekmett@gmail.com>-stability: provisional-homepage: http://github.com/ekmett/bifunctors/-copyright: Copyright (C) 2008-2011 Edward A. Kmett-synopsis: Haskell 98 bifunctors-description: Haskell 98 bifunctors-build-type: Simple--source-repository head- type: git- location: git://github.com/ekmett/bifunctors.git--library- build-depends: - base >= 4 && < 5,- semigroups >= 0.8 && < 0.9,- semigroupoids >= 1.2.6 && < 1.3-- exposed-modules:- Data.Bifunctor- Data.Bifunctor.Apply- Data.Bifoldable- Data.Bitraversable- Data.Semigroup.Bifoldable- Data.Semigroup.Bitraversable-- ghc-options: -Wall +name: bifunctors +category: Data, Functors +version: 0.1.2 +x-revision: 1 +license: BSD3 +cabal-version: >= 1.6 +license-file: LICENSE +author: Edward A. Kmett +maintainer: Edward A. Kmett <ekmett@gmail.com> +stability: provisional +homepage: http://github.com/ekmett/bifunctors/ +copyright: Copyright (C) 2008-2011 Edward A. Kmett +synopsis: Haskell 98 bifunctors +description: Haskell 98 bifunctors +build-type: Simple + +source-repository head + type: git + location: git://github.com/ekmett/bifunctors.git + +library + build-depends: + base >= 4 && < 4.8, + semigroups >= 0.8 && < 0.9, + semigroupoids >= 1.2.6 && < 1.3 + + exposed-modules: + Data.Bifunctor + Data.Bifunctor.Apply + Data.Bifoldable + Data.Bitraversable + Data.Semigroup.Bifoldable + Data.Semigroup.Bitraversable + + ghc-options: -Wall