Skip to content

Commit 275d55f

Browse files
Merge pull request #65 from brandonchinn178/updates
Updates
2 parents 3c2feb5 + 92ce612 commit 275d55f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `persistent-mtl`
22

3-
[![GitHub Actions](https://img.shields.io/github/workflow/status/brandonchinn178/persistent-mtl/CI/main)](https://github.com/brandonchinn178/persistent-mtl/actions?query=branch%3Amain)
3+
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/brandonchinn178/persistent-mtl/ci.yml?branch=main)](https://github.com/brandonchinn178/persistent-mtl/actions?query=branch%3Amain)
44
[![Hackage](https://img.shields.io/hackage/v/persistent-mtl)](https://hackage.haskell.org/package/persistent-mtl)
55
[![Codecov](https://img.shields.io/codecov/c/gh/brandonchinn178/persistent-mtl)](https://app.codecov.io/gh/brandonchinn178/persistent-mtl)
66

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ library:
3232
- transformers >= 0.5.6 && < 0.6
3333
- unliftio >= 0.2 && < 0.3
3434
- unliftio-core >= 0.2 && < 0.3
35-
- unliftio-pool >= 0.2 && < 0.3
35+
- unliftio-pool >= 0.2 && < 1
3636

3737
when:
3838
# https://gitlab.haskell.org/ghc/ghc/-/issues/20836

persistent-mtl.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library
5757
, transformers >=0.5.6 && <0.6
5858
, unliftio ==0.2.*
5959
, unliftio-core ==0.2.*
60-
, unliftio-pool ==0.2.*
60+
, unliftio-pool >=0.2 && <1
6161
default-language: Haskell2010
6262
if impl(ghc >= 9.2.0) && impl(ghc < 9.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.4.3)
6363

0 commit comments

Comments
 (0)