From 89e11ff2fe91c88a58f43f8b00ea0601839192a8 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Mon, 16 Oct 2023 04:29:53 +0300 Subject: [PATCH] Restrict base and update CI --- .github/workflows/build-and-test.yaml | 4 +++- hasql.cabal | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 8dba3c9..7a679fa 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -11,8 +11,9 @@ jobs: fail-fast: false matrix: include: - - ghc: 8.10.1 + - ghc: 8.8.1 ghc-options: "" + ignore-haddock: true - ghc: latest runs-on: ubuntu-latest @@ -38,3 +39,4 @@ jobs: with: ghc: ${{matrix.ghc}} ghc-options: ${{matrix.ghc-options}} + ignore-haddock: ${{matrix.ignore-haddock}} diff --git a/hasql.cabal b/hasql.cabal index 22a568b..a3cc05f 100644 --- a/hasql.cabal +++ b/hasql.cabal @@ -99,7 +99,7 @@ library build-depends: , aeson >=2 && <3 , attoparsec >=0.10 && <0.15 - , base >=4.12 && <5 + , base >=4.13 && <5 , bytestring >=0.10 && <0.12 , bytestring-strict-builder >=0.4.5.1 && <0.5 , contravariant >=1.3 && <2