Skip to content

Commit

Permalink
release 1.9.1.0 and 0.4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Apr 9, 2023
1 parent 9ec6e33 commit 5e55cd5
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 1.9.1.0 (2023-04-09)

### Other Changes

* Support GHC 9.6

### Breaking Changes

### Other Changes
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: polysemy
version: 1.9.0.0
version: 1.9.1.0
github: "polysemy-research/polysemy"
license: BSD3
author: "Sandy Maguire"
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies:
custom-setup:
dependencies:
- base >= 4.9 && < 5
- Cabal
- Cabal <3.11
- cabal-doctest >=1.0.6 && <1.1

default-extensions:
Expand Down
6 changes: 6 additions & 0 deletions polysemy-plugin/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.4.5.0 (2023-04-09)

### Other Changes

* Support GHC 9.6

## 0.4.4.0 (2022-12-27)

* Support GHC 9.4
Expand Down
4 changes: 2 additions & 2 deletions polysemy-plugin/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: polysemy-plugin
version: 0.4.4.0
version: 0.4.5.0
github: "polysemy-research/polysemy"
license: BSD3
author: "Sandy Maguire"
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies:
custom-setup:
dependencies:
- base >= 4.9 && < 5
- Cabal
- Cabal <3.11
- cabal-doctest >=1.0.6 && <1.1

library:
Expand Down
6 changes: 3 additions & 3 deletions polysemy-plugin/polysemy-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 2.0

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

name: polysemy-plugin
version: 0.4.4.0
version: 0.4.5.0
synopsis: Disambiguate obvious uses of effects.
description: Please see the README on GitHub at <https://github.com/polysemy-research/polysemy/tree/master/polysemy-plugin#readme>
category: Polysemy
Expand All @@ -27,7 +27,7 @@ source-repository head

custom-setup
setup-depends:
Cabal
Cabal <3.11
, base >=4.9 && <5
, cabal-doctest >=1.0.6 && <1.1

Expand Down
6 changes: 3 additions & 3 deletions polysemy.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 2.0

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

name: polysemy
version: 1.9.0.0
version: 1.9.1.0
synopsis: Higher-order, low-boilerplate free monads.
description: Please see the README on GitHub at <https://github.com/polysemy-research/polysemy#readme>
category: Language
Expand All @@ -27,7 +27,7 @@ source-repository head

custom-setup
setup-depends:
Cabal
Cabal <3.11
, base >=4.9 && <5
, cabal-doctest >=1.0.6 && <1.1

Expand Down

0 comments on commit 5e55cd5

Please sign in to comment.