Skip to content

Commit 6453a35

Browse files
authored
Merge pull request #32 from noinia/develop
relaxed witherable bound to allow for witherable 0.4
2 parents 6e1b903 + e951e86 commit 6453a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, lens >= 4.7 && < 5
4242
, semigroupoids >= 4.0 && < 6
4343
, transformers >= 0.5.6.0 && < 0.6
44-
, witherable >= 0.3 && < 0.4
44+
, witherable >= 0.3 && < 0.5
4545

4646
exposed-modules: Data.Functor.Misc
4747
, Data.Monoid.DecidablyEmpty

0 commit comments

Comments
 (0)