diff --git a/changelog.md b/changelog.md index bf34252..0824925 100644 --- a/changelog.md +++ b/changelog.md @@ -7,7 +7,7 @@ depend on. This stops evidence terms being floated out past used enclosing Givens (see [GHC issue #23923](https://gitlab.haskell.org/ghc/ghc/-/issues/23923)). -- Re-export `DVarSet`, `emptyDVarSet`, `extendDVarSet`, `unionDVarSet` +- Re-export `DVarSet`, `emptyDVarSet`, `extendDVarSet`, `unionDVarSet`, `unitDVarSet`, and `mkDVarSet`, as well as `ctEvId`, in order to facilitate construction and manipulation of `DVarSet`s. diff --git a/ghc-tcplugin-api.cabal b/ghc-tcplugin-api.cabal index 348a88c..9942944 100644 --- a/ghc-tcplugin-api.cabal +++ b/ghc-tcplugin-api.cabal @@ -6,7 +6,7 @@ license: BSD-3-Clause build-type: Simple author: Sam Derbyshire maintainer: Sam Derbyshire -copyright: 2021-2023 Sam Derbyshire +copyright: 2021-2024 Sam Derbyshire homepage: https://github.com/sheaf/ghc-tcplugin-api category: Type System, GHC, Plugin description: