Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Jan 28, 2024
1 parent 83e89eb commit df659ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bluefin-internal/bluefin-internal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ library
DerivingStrategies
LambdaCase
hs-source-dirs: src
build-depends: base
build-depends: base >= 4.12 && < 4.20
ghc-options: -Wall
exposed-modules: Bluefin.Internal
2 changes: 1 addition & 1 deletion bluefin/bluefin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ library
Bluefin.Exception,
Bluefin.State,
Bluefin.Stream,
build-depends: base ^>=4.17.2.1, bluefin-internal
build-depends: base >= 4.12 && < 4.20
hs-source-dirs: src
default-language: Haskell2010

Expand Down

0 comments on commit df659ce

Please sign in to comment.