From f6a97c466f0e1d1bc06d82f7d37455ac78285061 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 30 Apr 2024 11:33:21 -0400 Subject: [PATCH] Version 0.9.2 --- CHANGES.markdown | 2 +- base-orphans.cabal | 4 ++-- package.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.markdown b/CHANGES.markdown index 0f399e6..c0b844c 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,4 +1,4 @@ -## Changes in next [????.??.??] +## Changes in 0.9.2 [2024.04.30] - Backport new instances from GHC 9.10/`base-4.20`: * `Fractional`, `RealFrac`, `Floating`, and `RealFloat` instances for `Compose` diff --git a/base-orphans.cabal b/base-orphans.cabal index a6e9efb..1c413da 100644 --- a/base-orphans.cabal +++ b/base-orphans.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 4ccae773cb442c2dc6ecb60b76941fc47c5cc30027ed9c770150160b3cf63aa9 +-- hash: 0c23e2cb85ef24758da1fa779ef857dc3889dfc4238a4057841a071b38ce3e96 name: base-orphans -version: 0.9.1 +version: 0.9.2 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 fb6244d..203c522 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: base-orphans -version: "0.9.1" +version: "0.9.2" synopsis: Backwards-compatible orphan instances for base license: MIT author: