packages feed

Cabal revisions of reducers-3.12.4

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

revision 1
-name:          reducers-category:      Data, Math, Numerical, Semigroups-version:       3.12.4-license:       BSD3-cabal-version: >= 1.10-license-file:  LICENSE-author:        Edward A. Kmett-maintainer:    Edward A. Kmett <ekmett@gmail.com>-stability:     provisional-homepage:      http://github.com/ekmett/reducers/-bug-reports:   http://github.com/ekmett/reducers/issues-copyright:     Copyright (C) 2008-2016 Edward A. Kmett-synopsis:      Semigroups, specialized containers and a general map/reduce framework-description:   Semigroups, specialized containers and a general map/reduce framework.-build-type:    Simple-extra-source-files: CHANGELOG.markdown README.markdown-tested-with:   GHC == 7.0.4-             , GHC == 7.2.2-             , GHC == 7.4.2-             , GHC == 7.6.3-             , GHC == 7.8.4-             , GHC == 7.10.3-             , GHC == 8.0.2-             , GHC == 8.2.2-             , GHC == 8.4.4-             , GHC == 8.6.5-             , GHC == 8.8.4-             , GHC == 8.10.7-             , GHC == 9.0.1-             , GHC == 9.2.1--source-repository head-  type: git-  location: git://github.com/ekmett/reducers.git--library-  hs-source-dirs: src--  build-depends:-    base                   >= 4        && < 5,-    array                  >= 0.3      && < 0.6,-    transformers           >= 0.2      && < 0.7,-    bytestring             >= 0.9.1    && < 0.12,-    containers             >= 0.3      && < 0.7,-    fingertree             >= 0.1      && < 0.2,-    hashable               >= 1.1.2.1  && < 1.4,-    text                   >= 0.11.1.5 && < 1.3,-    unordered-containers   >= 0.2      && < 0.3,-    semigroupoids          >= 4        && < 6--  if impl(ghc < 8.0)-    build-depends:-      semigroups           >= 0.9      && < 1--  exposed-modules:-    Data.Generator-    Data.Generator.Combinators-    Data.Semigroup.Generator-    Data.Semigroup.Reducer-    Data.Semigroup.Reducer.With-    Data.Semigroup.Instances-    Data.Semigroup.Union-    Data.Semigroup.Apply-    Data.Semigroup.Applicative-    Data.Semigroup.Alt-    Data.Semigroup.Alternative-    Data.Semigroup.Monad-    Data.Semigroup.MonadPlus-    Data.Semigroup.Self--  if impl(ghc)-    default-extensions: DeriveDataTypeable-    cpp-options: -DLANGUAGE_DeriveDataTypeable--  ghc-options: -Wall-  default-language: Haskell2010--  -- hack around the buggy unused matches check for class associated types in ghc 8 rc1-  if impl(ghc >= 8)-    ghc-options: -fno-warn-unused-matches-+name:          reducers
+category:      Data, Math, Numerical, Semigroups
+version:       3.12.4
+x-revision: 1
+license:       BSD3
+cabal-version: >= 1.10
+license-file:  LICENSE
+author:        Edward A. Kmett
+maintainer:    Edward A. Kmett <ekmett@gmail.com>
+stability:     provisional
+homepage:      http://github.com/ekmett/reducers/
+bug-reports:   http://github.com/ekmett/reducers/issues
+copyright:     Copyright (C) 2008-2016 Edward A. Kmett
+synopsis:      Semigroups, specialized containers and a general map/reduce framework
+description:   Semigroups, specialized containers and a general map/reduce framework.
+build-type:    Simple
+extra-source-files: CHANGELOG.markdown README.markdown
+tested-with:   GHC == 7.0.4
+             , GHC == 7.2.2
+             , GHC == 7.4.2
+             , GHC == 7.6.3
+             , GHC == 7.8.4
+             , GHC == 7.10.3
+             , GHC == 8.0.2
+             , GHC == 8.2.2
+             , GHC == 8.4.4
+             , GHC == 8.6.5
+             , GHC == 8.8.4
+             , GHC == 8.10.7
+             , GHC == 9.0.1
+             , GHC == 9.2.1
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/reducers.git
+
+library
+  hs-source-dirs: src
+
+  build-depends:
+    base                   >= 4        && < 5,
+    array                  >= 0.3      && < 0.6,
+    transformers           >= 0.2      && < 0.7,
+    bytestring             >= 0.9.1    && < 0.12,
+    containers             >= 0.3      && < 0.7,
+    fingertree             >= 0.1      && < 0.2,
+    hashable               >= 1.1.2.1  && < 1.5,
+    text                   >= 0.11.1.5 && < 1.3,
+    unordered-containers   >= 0.2      && < 0.3,
+    semigroupoids          >= 4        && < 6
+
+  if impl(ghc < 8.0)
+    build-depends:
+      semigroups           >= 0.9      && < 1
+
+  exposed-modules:
+    Data.Generator
+    Data.Generator.Combinators
+    Data.Semigroup.Generator
+    Data.Semigroup.Reducer
+    Data.Semigroup.Reducer.With
+    Data.Semigroup.Instances
+    Data.Semigroup.Union
+    Data.Semigroup.Apply
+    Data.Semigroup.Applicative
+    Data.Semigroup.Alt
+    Data.Semigroup.Alternative
+    Data.Semigroup.Monad
+    Data.Semigroup.MonadPlus
+    Data.Semigroup.Self
+
+  if impl(ghc)
+    default-extensions: DeriveDataTypeable
+    cpp-options: -DLANGUAGE_DeriveDataTypeable
+
+  ghc-options: -Wall
+  default-language: Haskell2010
+
+  -- hack around the buggy unused matches check for class associated types in ghc 8 rc1
+  if impl(ghc >= 8)
+    ghc-options: -fno-warn-unused-matches
+
revision 2
 name:          reducers
 category:      Data, Math, Numerical, Semigroups
 version:       3.12.4
-x-revision: 1
+x-revision: 2
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
     containers             >= 0.3      && < 0.7,
     fingertree             >= 0.1      && < 0.2,
     hashable               >= 1.1.2.1  && < 1.5,
-    text                   >= 0.11.1.5 && < 1.3,
+    text                   >= 0.11.1.5 && < 2.1,
     unordered-containers   >= 0.2      && < 0.3,
     semigroupoids          >= 4        && < 6
 
revision 3
 name:          reducers
 category:      Data, Math, Numerical, Semigroups
 version:       3.12.4
-x-revision: 2
+x-revision: 3
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
     hashable               >= 1.1.2.1  && < 1.5,
     text                   >= 0.11.1.5 && < 2.1,
     unordered-containers   >= 0.2      && < 0.3,
-    semigroupoids          >= 4        && < 6
+    semigroupoids          >= 4        && < 7
 
   if impl(ghc < 8.0)
     build-depends:
revision 4
 name:          reducers
 category:      Data, Math, Numerical, Semigroups
 version:       3.12.4
-x-revision: 3
+x-revision: 4
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
     base                   >= 4        && < 5,
     array                  >= 0.3      && < 0.6,
     transformers           >= 0.2      && < 0.7,
-    bytestring             >= 0.9.1    && < 0.12,
+    bytestring             >= 0.9.1    && < 0.13,
     containers             >= 0.3      && < 0.7,
     fingertree             >= 0.1      && < 0.2,
     hashable               >= 1.1.2.1  && < 1.5,
revision 5
 name:          reducers
 category:      Data, Math, Numerical, Semigroups
 version:       3.12.4
-x-revision: 4
+x-revision: 5
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
     containers             >= 0.3      && < 0.7,
     fingertree             >= 0.1      && < 0.2,
     hashable               >= 1.1.2.1  && < 1.5,
-    text                   >= 0.11.1.5 && < 2.1,
+    text                   >= 0.11.1.5 && < 2.2,
     unordered-containers   >= 0.2      && < 0.3,
     semigroupoids          >= 4        && < 7
 
revision 6
 name:          reducers
 category:      Data, Math, Numerical, Semigroups
 version:       3.12.4
-x-revision: 5
+x-revision: 6
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
     array                  >= 0.3      && < 0.6,
     transformers           >= 0.2      && < 0.7,
     bytestring             >= 0.9.1    && < 0.13,
-    containers             >= 0.3      && < 0.7,
+    containers             >= 0.3      && < 0.8,
     fingertree             >= 0.1      && < 0.2,
     hashable               >= 1.1.2.1  && < 1.5,
     text                   >= 0.11.1.5 && < 2.2,
revision 7
 name:          reducers
 category:      Data, Math, Numerical, Semigroups
 version:       3.12.4
-x-revision: 6
+x-revision: 7
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
     bytestring             >= 0.9.1    && < 0.13,
     containers             >= 0.3      && < 0.8,
     fingertree             >= 0.1      && < 0.2,
-    hashable               >= 1.1.2.1  && < 1.5,
+    hashable               >= 1.1.2.1  && < 1.6,
     text                   >= 0.11.1.5 && < 2.2,
     unordered-containers   >= 0.2      && < 0.3,
     semigroupoids          >= 4        && < 7