Skip to content

Commit

Permalink
bluefin -> 0.0.12.0, bluefin-internal -> 0.0.12.0, bluefin-examples -…
Browse files Browse the repository at this point in the history
…> 0.1.0.0
  • Loading branch information
tomjaguarpaw committed Nov 17, 2024
1 parent e967a40 commit eb67b82
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bluefin-examples/bluefin-examples.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: bluefin-examples
version: 0.0.0.0
version: 0.1.0.0
license: MIT
license-file: LICENSE
author: Tom Ellis
Expand All @@ -21,6 +21,6 @@ library
Bluefin.Examples.DB,
Bluefin.Examples.Terminal
build-depends:
base, bluefin >= 0.0.6.0 && < 0.1
base, bluefin >= 0.0.12.0 && < 0.1
hs-source-dirs: src
default-language: Haskell2010
4 changes: 4 additions & 0 deletions bluefin-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.12.0

* Add `asks` and `local`

## 0.0.11.0

* Add `withEffToIO_`, `useImplUnder`, `makeOp`
Expand Down
2 changes: 1 addition & 1 deletion bluefin-internal/bluefin-internal.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: bluefin-internal
version: 0.0.11.0
version: 0.0.12.0
license: MIT
license-file: LICENSE
author: Tom Ellis
Expand Down
4 changes: 4 additions & 0 deletions bluefin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.12.0

* Add `asks` and `local` to `Bluefin.Reader`

## 0.0.11.0

* Add `withEffToIO_`, `useImplUnder`, `makeOp`
Expand Down
4 changes: 2 additions & 2 deletions bluefin/bluefin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: bluefin
version: 0.0.11.0
version: 0.0.12.0
license: MIT
license-file: LICENSE
author: Tom Ellis
Expand Down Expand Up @@ -38,6 +38,6 @@ library
Bluefin.System.IO,
Bluefin.Writer,
build-depends:
bluefin-internal >= 0.0.11.0 && < 0.1
bluefin-internal >= 0.0.12.0 && < 0.1
hs-source-dirs: src
default-language: Haskell2010

0 comments on commit eb67b82

Please sign in to comment.