Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Oct 11, 2023
1 parent b512172 commit 3e9ce9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Changes in next [????.??.??]
## Changes in 0.9.1 [2023.10.11]
- Backport new instances from GHC 9.8/`base-4.19`:
* `Eq` and `Ord` instances for `SChar`, `SNat`, and `SSymbol`
* `Enum`, `Bounded`, `Num`, `Real`, and `Integral` instances for `Compose`
Expand Down
4 changes: 2 additions & 2 deletions base-orphans.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 965bea20bba9f60facd602dae11eb6a09f80edf0af89cc4449270263e67ae367
-- hash: 4e4482d938177240bd3d33937246a570b07764edf79c92c1609492b56b35944b

name: base-orphans
version: 0.9.0
version: 0.9.1
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.
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: base-orphans
version: "0.9.0"
version: "0.9.1"
synopsis: Backwards-compatible orphan instances for base
license: MIT
author:
Expand Down

0 comments on commit 3e9ce9b

Please sign in to comment.