Skip to content

Commit

Permalink
Allow hashable-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 2, 2024
1 parent c9c74e5 commit 47ca038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion witherable/witherable.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 2.4
name: witherable
version: 0.5
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
Expand All @@ -26,7 +27,7 @@ library
build-depends: base >=4.9 && <5,
base-orphans >=0.8.4 && <0.10,
containers >=0.5.7.1 && <0.8,
hashable >=1.2.7.0 && <1.5,
hashable >=1.2.7.0 && <1.6,
transformers >=0.5.2.0 && <0.7,
unordered-containers >=0.2.12.0 && <0.3,
vector >=0.12.2.0 && <0.14,
Expand Down

0 comments on commit 47ca038

Please sign in to comment.