packages feed

Cabal revisions of witherable-0.1.2

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

revision 1
 name:                witherable
 version:             0.1.2
+x-revision: 1
 synopsis:            Generalization of filter and catMaybes
 -- description:
 homepage:            https://github.com/fumieval/witherable
   exposed-modules:     Data.Witherable
   -- other-modules:
   -- other-extensions:
-  build-depends:       base == 4.*, containers, vector, unordered-containers, hashable, transformers
+  build-depends:       base >= 4.9 && <4.16, containers, vector, unordered-containers, hashable, transformers
   hs-source-dirs:      src
   default-language:    Haskell2010