Skip to content

Commit

Permalink
Merge pull request #61 from erikd/master
Browse files Browse the repository at this point in the history
Bump dependency on text
  • Loading branch information
erikd committed Nov 25, 2023
2 parents 0780933 + 2275a94 commit 883d2dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
cabal: ["3.10"]
ghc: ["8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.5", "9.4.4", "9.6.1"]
ghc: ["8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.5", "9.4.4", "9.6.3", "9.8.1"]
os:
- macos-latest
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion transformers-either/transformers-either.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library
build-depends:
, base >=4.8 && <5
, exceptions >=0.6 && <0.11
, text >= 1.2 && <2.1
, text >= 1.2 && <2.2
, transformers >=0.4 && <0.7

ghc-options: -Wall
Expand Down
2 changes: 1 addition & 1 deletion transformers-except/transformers-except.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library
build-depends:
, base >=4.8 && <5
, exceptions >=0.6 && <0.11
, text >= 1.2 && <2.1
, text >= 1.2 && <2.2
, transformers >=0.4 && <0.7

ghc-options: -Wall
Expand Down

0 comments on commit 883d2dc

Please sign in to comment.