Skip to content

Commit

Permalink
Release 0.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Oct 12, 2024
1 parent 42408a0 commit 4b35ece
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.0"
2 changes: 1 addition & 1 deletion packages/incipit-base/incipit-base.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: incipit-base
version: 0.6.0.0
version: 0.6.1.0
synopsis: A Prelude for Polysemy – Base Reexports
description: See https://hackage.haskell.org/package/incipit-base/docs/IncipitBase.html
category: Prelude
Expand Down
4 changes: 2 additions & 2 deletions packages/incipit-core/incipit-core.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: incipit-core
version: 0.6.0.0
version: 0.6.1.0
synopsis: A Prelude for Polysemy
description: See https://hackage.haskell.org/package/incipit-core/docs/IncipitCore.html
category: Prelude
Expand Down Expand Up @@ -101,6 +101,6 @@ library
ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages
build-depends:
base >=4.16.4.0 && <4.21
, incipit-base ==0.6.0.0
, incipit-base ==0.6.1.0
, polysemy >=1.6.0.0 && <1.10
default-language: GHC2021

0 comments on commit 4b35ece

Please sign in to comment.