packages feed

Cabal revisions of bifunctors-4.2

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

revision 1
-name:          bifunctors-category:      Data, Functors-version:       4.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/-bug-reports:   http://github.com/ekmett/bifunctors/issues-copyright:     Copyright (C) 2008-2013 Edward A. Kmett-synopsis:      Bifunctors-description:   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.5 && < 5,-    semigroups    >= 0.8.3.1,-    semigroupoids == 4.*,-    tagged        >= 0.7.3 && < 1--  if impl(ghc<7.9)-    hs-source-dirs: old-src-    exposed-modules: Data.Bifunctor--  exposed-modules:-    Data.Biapplicative-    Data.Bifunctor.Apply-    Data.Bifunctor.Biff-    Data.Bifunctor.Clown-    Data.Bifunctor.Flip-    Data.Bifunctor.Join-    Data.Bifunctor.Joker-    Data.Bifunctor.Product-    Data.Bifunctor.Tannen-    Data.Bifunctor.Wrapped-    Data.Bifoldable-    Data.Bitraversable-    Data.Semigroup.Bifoldable-    Data.Semigroup.Bitraversable--  ghc-options: -Wall+name:          bifunctors
+category:      Data, Functors
+version:       4.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/
+bug-reports:   http://github.com/ekmett/bifunctors/issues
+copyright:     Copyright (C) 2008-2013 Edward A. Kmett
+synopsis:      Bifunctors
+description:   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.5 && < 4.11,
+    semigroups    >= 0.8.3.1,
+    semigroupoids == 4.*,
+    tagged        >= 0.7.3 && < 1
+
+  if impl(ghc<7.9)
+    hs-source-dirs: old-src
+    exposed-modules: Data.Bifunctor
+
+  exposed-modules:
+    Data.Biapplicative
+    Data.Bifunctor.Apply
+    Data.Bifunctor.Biff
+    Data.Bifunctor.Clown
+    Data.Bifunctor.Flip
+    Data.Bifunctor.Join
+    Data.Bifunctor.Joker
+    Data.Bifunctor.Product
+    Data.Bifunctor.Tannen
+    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.2
-x-revision: 1
+x-revision: 2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
 library
   hs-source-dirs: src
   build-depends:
-    base          >= 4.5 && < 4.11,
+    base          >= 4.5 && < 4.10,
     semigroups    >= 0.8.3.1,
     semigroupoids == 4.*,
     tagged        >= 0.7.3 && < 1