packages feed

Cabal revisions of witherable-0.4

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

revision 1
-cabal-version:       2.4-name:                witherable-version:             0.4-synopsis:            filterable traversable-description:         A stronger variant of `traverse` which can remove elements and generalised mapMaybe, catMaybes, filter-homepage:            https://github.com/fumieval/witherable-license:             BSD-3-Clause-license-file:        LICENSE-author:              Fumiaki Kinoshita-maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>-copyright:           Copyright (c) 2014 Fumiaki Kinoshita-category:            Data-build-type:          Simple-extra-source-files:  CHANGELOG.md-tested-With: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3, GHC == 8.8.1--source-repository head-  type: git-  location: https://github.com/fumieval/witherable.git--library-  exposed-modules:-    Witherable-    Data.Witherable-  -- other-modules:-  -- other-extensions:-  build-depends:       base == 4.*,-                       base-orphans,-                       containers >= 0.5,-                       hashable,-                       transformers,-                       transformers-compat,-                       unordered-containers,-                       vector,-                       indexed-traversable,-                       indexed-traversable-instances,-  if impl(ghc < 7.9)-    build-depends:     void-  hs-source-dirs:      src-  ghc-options:         -Wall -Wcompat-  default-language:    Haskell2010-  if (impl(ghc>=8))-    ghc-options:       -Wcompat+cabal-version:       2.4
+name:                witherable
+version:             0.4
+x-revision: 1
+synopsis:            filterable traversable
+description:         A stronger variant of `traverse` which can remove elements and generalised mapMaybe, catMaybes, filter
+homepage:            https://github.com/fumieval/witherable
+license:             BSD-3-Clause
+license-file:        LICENSE
+author:              Fumiaki Kinoshita
+maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>
+copyright:           Copyright (c) 2014 Fumiaki Kinoshita
+category:            Data
+build-type:          Simple
+extra-source-files:  CHANGELOG.md
+tested-With: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3, GHC == 8.8.1
+
+source-repository head
+  type: git
+  location: https://github.com/fumieval/witherable.git
+
+library
+  exposed-modules:
+    Witherable
+    Data.Witherable
+  -- other-modules:
+  -- other-extensions:
+  build-depends:       base >= 4.9 && <5,
+                       base-orphans,
+                       containers >= 0.5,
+                       hashable,
+                       transformers,
+                       transformers-compat,
+                       unordered-containers,
+                       vector,
+                       indexed-traversable,
+                       indexed-traversable-instances,
+  if impl(ghc < 7.9)
+    build-depends:     void
+  hs-source-dirs:      src
+  ghc-options:         -Wall -Wcompat
+  default-language:    Haskell2010
+  if (impl(ghc>=8))
+    ghc-options:       -Wcompat
revision 2
 cabal-version:       2.4
 name:                witherable
 version:             0.4
-x-revision: 1
+x-revision: 2
 synopsis:            filterable traversable
 description:         A stronger variant of `traverse` which can remove elements and generalised mapMaybe, catMaybes, filter
 homepage:            https://github.com/fumieval/witherable
     Data.Witherable
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >= 4.9 && <5,
+  build-depends:       base >= 4.9 && <4.16,
                        base-orphans,
                        containers >= 0.5,
                        hashable,