name: bifunctors category: Data, Functors version: 0.1.3.1 x-revision: 1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett 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.3.1 && < 0.9, semigroupoids >= 1.3.1.2 && < 1.4 exposed-modules: Data.Bifunctor Data.Bifunctor.Apply Data.Bifoldable Data.Bitraversable Data.Semigroup.Bifoldable Data.Semigroup.Bitraversable ghc-options: -Wall