diff --git a/CHANGES.markdown b/CHANGES.markdown index cb865d9..77331d2 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,4 +1,4 @@ -## Changes in next [????.??.??] +## Changes in 0.9.3 [2024.12.06] - Backport new instances from GHC 9.12/`base-4.21`: * `MonadFix` instance for `(,) a` * `Eq1`, `Ord1`, `Read1`, and `Show1` instances for basic `GHC.Generics` diff --git a/base-orphans.cabal b/base-orphans.cabal index 3344fc3..976d4e3 100644 --- a/base-orphans.cabal +++ b/base-orphans.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 970bf80fafc189c3f60b26e4c6e2198e6314edf540a5f337edc0056110c41a30 +-- hash: 6458bdc7f3a546586fe9f53d2b25831f0ffd55408907fb98a9b8a5cf1a0f64e3 name: base-orphans -version: 0.9.2 +version: 0.9.3 synopsis: Backwards-compatible orphan instances for base description: @base-orphans@ defines orphan instances that mimic instances available in later versions of @base@ to a wider (older) range of compilers. diff --git a/package.yaml b/package.yaml index e2e7376..a746c6e 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: base-orphans -version: "0.9.2" +version: "0.9.3" synopsis: Backwards-compatible orphan instances for base license: MIT author: