diff --git a/CHANGELOG.md b/CHANGELOG.md index 8288355..19f8d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Revision history for explainable-predicates -## Unreleased +## 0.1.2.4 -- 2023-11-28 -* Version bounds now allow GHC 9.6 +* Version bounds now allow GHC 9.6 and 9.8 * Fix TypeOperators warning in Test.Predicates ## 0.1.2.3 -- 2021-09-18 diff --git a/explainable-predicates.cabal b/explainable-predicates.cabal index c511546..f28cca2 100644 --- a/explainable-predicates.cabal +++ b/explainable-predicates.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: explainable-predicates -version: 0.1.2.3 +version: 0.1.2.4 synopsis: Predicates that can explain themselves. description: Explainable predicates are essentially functions from types to 'Bool' which can additionally describe themselves and