diff --git a/ChangeLog.md b/ChangeLog.md index 737e961..51a3b65 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for vessel +## 0.3.0.2 + +* Support GHC 9.12 + ## 0.3.0.1 * Support GHC 9.8 and 9.10 diff --git a/vessel.cabal b/vessel.cabal index fb466d3..50d8fc5 100644 --- a/vessel.cabal +++ b/vessel.cabal @@ -1,5 +1,5 @@ name: vessel -version: 0.3.0.1 +version: 0.3.0.2 description: A dependently-typed key-value data structure that allows for storage of both "queries", (wherein keys are stored along with reasons for selecting the items or counts of the number of times something has been selected), as well as the responses to those queries, in which the type of the key additionally determines the type of the response