Skip to content

Commit

Permalink
chore(bindings/haskell): support co-log-0.6.0 && ghc-9.4 (#3858)
Browse files Browse the repository at this point in the history
Signed-off-by: silver-ymz <[email protected]>
  • Loading branch information
silver-ymz authored Dec 30, 2023
1 parent 0df6c03 commit 1b72230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings_haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Haskell toolchain (ghc-9.2.8)
- name: Setup Haskell toolchain (ghc-9.4.8)
run: |
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
ghcup install ghc 9.2.8 --set
ghcup install ghc 9.4.8 --set
ghcup install cabal --set
cabal update
- name: Setup Rust toolchain
Expand Down
6 changes: 3 additions & 3 deletions bindings/haskell/opendal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description:
author: OpenDAL Contributors
maintainer: [email protected]
category: Storage, Binding
tested-with: GHC ==9.2.7
tested-with: GHC ==9.4.8
extra-doc-files: README.md, CONTRIBUTING.md
extra-source-files: src/*.rs, Cargo.toml

Expand All @@ -47,13 +47,13 @@ source-repository this
common base
ghc-options: -Wall
build-depends:
base >= 4.10 && < 4.17,
base >= 4.10 && < 5,
bytestring >= 0.11.4 && < 0.12,
mtl >= 2.2.2 && < 2.3,
text (>= 2.0.2 && < 2.1) || (>= 1.2.5 && < 1.3),
time >= 1.11.1 && < 1.12,
unordered-containers >= 0.2.19 && < 0.3,
co-log >= 0.5.0 && < 0.6,
co-log >= 0.5.0 && < 0.7,
default-language: Haskell2010
default-extensions:
OverloadedStrings,
Expand Down

0 comments on commit 1b72230

Please sign in to comment.