Skip to content

Commit

Permalink
Release 0.6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 17, 2023
1 parent 7632f5c commit 3e45fa3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ops/version.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0.6.0.0"
"0.6.0.1"
4 changes: 3 additions & 1 deletion packages/chronos/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased
# 0.6.0.1

* Support GHC 9.6.

# 0.6.0.0

Expand Down
6 changes: 3 additions & 3 deletions packages/chronos/polysemy-chronos.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: polysemy-chronos
version: 0.6.0.0
version: 0.6.0.1
synopsis: A Polysemy effect for Chronos
description: See https://hackage.haskell.org/package/polysemy-chronos/docs/Polysemy-Chronos.html
category: Time
Expand Down Expand Up @@ -72,7 +72,7 @@ library
base ==4.*
, chronos >=1.1.1 && <1.2
, incipit-core >=0.4 && <0.6
, polysemy-time >=0.6.0.0 && <0.7
, polysemy-time >=0.6.0.1 && <0.7
mixins:
base hiding (Prelude)
, incipit-core (IncipitCore as Prelude)
Expand Down Expand Up @@ -128,7 +128,7 @@ test-suite polysemy-chronos-test
, incipit-core >=0.4 && <0.6
, polysemy-chronos
, polysemy-test >=0.6
, polysemy-time >=0.6.0.0 && <0.7
, polysemy-time >=0.6.0.1 && <0.7
, tasty >=1.1
mixins:
base hiding (Prelude)
Expand Down
4 changes: 3 additions & 1 deletion packages/time/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased
# 0.6.0.1

* Support GHC 9.6.

# 0.6.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/time/polysemy-time.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: polysemy-time
version: 0.6.0.0
version: 0.6.0.1
synopsis: A Polysemy effect for time
description: See https://hackage.haskell.org/package/polysemy-time/docs/Polysemy-Time.html
category: Time
Expand Down

0 comments on commit 3e45fa3

Please sign in to comment.