Skip to content

Commit

Permalink
Update dependencies (#456)
Browse files Browse the repository at this point in the history
* Update dependencies

* CI: Add ghc 9.8.2 and 9.10.1 to the build matrix
  • Loading branch information
erikd authored May 23, 2024
1 parent 2029396 commit 743f2f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.1
compilerKind: ghc
compilerVersion: 9.6.1
Expand Down
6 changes: 3 additions & 3 deletions turtle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Library
containers >= 0.5.0.0 && < 0.8 ,
directory >= 1.3.1.0 && < 1.4 ,
exceptions >= 0.4 && < 0.11,
filepath >= 1.4.1.2 && < 1.5 ,
filepath >= 1.4.1.2 && < 1.6 ,
foldl >= 1.1 && < 1.5 ,
hostname < 1.1 ,
managed >= 1.0.3 && < 1.1 ,
Expand All @@ -84,7 +84,7 @@ Library
streaming-commons < 0.3 ,
temporary < 1.4 ,
text >= 1.0.0 && < 2.2 ,
time < 1.13,
time < 1.15,
transformers >= 0.2.0.0 && < 0.7 ,
optional-args >= 1.0 && < 2.0 ,
unix-compat >= 0.4 && < 0.8
Expand Down Expand Up @@ -182,5 +182,5 @@ benchmark bench
Build-Depends:
base >= 4 && < 5 ,
tasty-bench >= 0.3.1 ,
text < 2.1,
text < 2.2,
turtle

0 comments on commit 743f2f9

Please sign in to comment.