Skip to content

Commit

Permalink
Bump version. Remove witherable-class.
Browse files Browse the repository at this point in the history
The witherable-class package is removed because the
breaking change in witherable would cause the breaking change in
witherable-class as well.

As witherable-class is deprecated, now is a good moment to remove it.
  • Loading branch information
phadej committed Nov 10, 2023
1 parent c354900 commit e896d74
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 87 deletions.
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
packages:
./witherable/
./witherable-class/
9 changes: 0 additions & 9 deletions witherable-class/CHANGELOG.md

This file was deleted.

9 changes: 0 additions & 9 deletions witherable-class/Data/Witherable/Class.hs

This file was deleted.

30 changes: 0 additions & 30 deletions witherable-class/LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions witherable-class/Main.hs

This file was deleted.

2 changes: 0 additions & 2 deletions witherable-class/Setup.hs

This file was deleted.

26 changes: 0 additions & 26 deletions witherable-class/witherable-class.cabal

This file was deleted.

5 changes: 5 additions & 0 deletions witherable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5
---

* `FilterableWithIndex` is a superclass of `WitherableWithIndex`.

0.4.2
-------

Expand Down
3 changes: 1 addition & 2 deletions witherable/witherable.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabal-version: 2.4
name: witherable
version: 0.4.2
x-revision: 3
version: 0.5
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 Down

0 comments on commit e896d74

Please sign in to comment.