Skip to content

Commit

Permalink
bluefin -> 0.0.4.0, bluefin-internal -> 0.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Apr 6, 2024
1 parent 7b4c943 commit ca472c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
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.4.0

* Add functions for compound effects

## 0.0.3.0

* Add `Bluefin.Internal.Reader`
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.3.0
version: 0.0.4.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.4.0

* Add documentation and functions to `Bluefin.Compound`

## 0.0.3.0

* Add `Bluefin.Reader`
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.3.0
version: 0.0.4.0
license: MIT
license-file: LICENSE
author: Tom Ellis
Expand Down Expand Up @@ -34,6 +34,6 @@ library
Bluefin.Stream,
Bluefin.Writer,
build-depends:
bluefin-internal >= 0.0.3 && < 0.1
bluefin-internal >= 0.0.4 && < 0.1
hs-source-dirs: src
default-language: Haskell2010

0 comments on commit ca472c5

Please sign in to comment.