Skip to content

Commit d2862ab

Browse files
committed
Update version and changelog
1 parent 42747bc commit d2862ab

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Unreleased
44

5+
## 0.4.0.0 -- 2023-06-24
6+
7+
* Make `Language` a constraint type synonym instead of a standalone empty class
8+
* Use `QuantifiedConstraints` instead of `Eq1,Ord1,Show1` in the implementation,
9+
which results in the user only having to provide an `Eq a => Eq (language
10+
a)` instance rather than a `Eq1 language` one (which is much simpler and can
11+
usually be done automatically!)
12+
* Make `_classes` a `Traversal` lens over all e-classes rather than a `Lens` into `IntMap EClass`
13+
514
## 0.3.0.0 -- 2022-12-09
615

716
* A better `Analysis` tutorial in the README.

hegg.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hegg
3-
version: 0.3.0.0
3+
version: 0.4.0.0
44
Tested-With: GHC ==9.4.2 || ==9.2.2 || ==9.0.2 || ==8.10.7
55
synopsis: Fast equality saturation in Haskell
66

0 commit comments

Comments
 (0)