Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-romes committed Jun 24, 2023
1 parent 42747bc commit d2862ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

## 0.4.0.0 -- 2023-06-24

* Make `Language` a constraint type synonym instead of a standalone empty class
* Use `QuantifiedConstraints` instead of `Eq1,Ord1,Show1` in the implementation,
which results in the user only having to provide an `Eq a => Eq (language
a)` instance rather than a `Eq1 language` one (which is much simpler and can
usually be done automatically!)
* Make `_classes` a `Traversal` lens over all e-classes rather than a `Lens` into `IntMap EClass`

## 0.3.0.0 -- 2022-12-09

* A better `Analysis` tutorial in the README.
Expand Down
2 changes: 1 addition & 1 deletion hegg.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hegg
version: 0.3.0.0
version: 0.4.0.0
Tested-With: GHC ==9.4.2 || ==9.2.2 || ==9.0.2 || ==8.10.7
synopsis: Fast equality saturation in Haskell

Expand Down

0 comments on commit d2862ab

Please sign in to comment.