Skip to content

Commit

Permalink
Bump deepseq dep to < 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ygale authored Dec 27, 2023
1 parent 094a99f commit 5fb6d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strict-concurrency.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Library
default-language: Haskell2010
hs-source-dirs: .
build-depends: base >= 4 && < 5
, deepseq >= 1.4.2 && < 1.5
, deepseq >= 1.4.2 && < 1.6
ghc-options: -Wall
exposed-modules: Control.Concurrent.MVar.Strict
Control.Concurrent.Chan.Strict

1 comment on commit 5fb6d77

@ygale
Copy link
Owner Author

@ygale ygale commented on 5fb6d77 Dec 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes our part of commercialhaskell/stackage#7217

This passes CI tests. We also edited metadata on hackage. This will be included in the next release.

Please sign in to comment.