packages feed

Cabal revisions of bifunctors-4.1

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

revision 1
-name:          bifunctors-category:      Data, Functors-version:       4.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/-bug-reports:   http://github.com/ekmett/bifunctors/issues-copyright:     Copyright (C) 2008-2012 Edward A. Kmett-synopsis:      Haskell 98 bifunctors-description:   Haskell 98 bifunctors-build-type:    Simple-extra-source-files: .travis.yml--source-repository head-  type: git-  location: git://github.com/ekmett/bifunctors.git--library-  hs-source-dirs: src-  build-depends:-    base          == 4.*,-    semigroups    >= 0.8.3.1,-    semigroupoids == 4.*,-    tagged        >= 0.4.4 && < 1--  exposed-modules:-    Data.Biapplicative-    Data.Bifunctor-    Data.Bifunctor.Apply-    Data.Bifunctor.Clown-    Data.Bifunctor.Flip-    Data.Bifunctor.Joker-    Data.Bifunctor.Product-    Data.Bifunctor.Wrapped-    Data.Bifoldable-    Data.Bitraversable-    Data.Semigroup.Bifoldable-    Data.Semigroup.Bitraversable--  ghc-options: -Wall+name:          bifunctors
+category:      Data, Functors
+version:       4.1
+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/
+bug-reports:   http://github.com/ekmett/bifunctors/issues
+copyright:     Copyright (C) 2008-2012 Edward A. Kmett
+synopsis:      Haskell 98 bifunctors
+description:   Haskell 98 bifunctors
+build-type:    Simple
+extra-source-files: .travis.yml
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/bifunctors.git
+
+library
+  hs-source-dirs: src
+  build-depends:
+    base          >= 4.0 && < 4.8,
+    semigroups    >= 0.8.3.1,
+    semigroupoids == 4.*,
+    tagged        >= 0.4.4 && < 1
+
+  exposed-modules:
+    Data.Biapplicative
+    Data.Bifunctor
+    Data.Bifunctor.Apply
+    Data.Bifunctor.Clown
+    Data.Bifunctor.Flip
+    Data.Bifunctor.Joker
+    Data.Bifunctor.Product
+    Data.Bifunctor.Wrapped
+    Data.Bifoldable
+    Data.Bitraversable
+    Data.Semigroup.Bifoldable
+    Data.Semigroup.Bitraversable
+
+  ghc-options: -Wall
revision 2
 name:          bifunctors
 category:      Data, Functors
 version:       4.1
-x-revision: 1
+x-revision: 2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
 library
   hs-source-dirs: src
   build-depends:
-    base          >= 4.0 && < 4.8,
+    base          >= 4.5 && < 4.8,
     semigroups    >= 0.8.3.1,
     semigroupoids == 4.*,
     tagged        >= 0.4.4 && < 1