mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-26 20:12:09 +03:00
Restrict base and update CI
This commit is contained in:
parent
30c8d67e85
commit
89e11ff2fe
4
.github/workflows/build-and-test.yaml
vendored
4
.github/workflows/build-and-test.yaml
vendored
@ -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}}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user