Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# We must always use the latest version of cabal because
# otherwise ghc-paths, which is a dependency of doctest,
# can't be configured.
cabal: ["3.10"]
cabal: ["3.16"]
ghc:
- "8.6.5"
- "8.8.4"
Expand All @@ -32,6 +32,7 @@ jobs:
- "9.8.1"
- "9.10.1"
- "9.12.1"
- "9.14.1"
exclude:
- os: macOS-latest
ghc: 9.6.3
Expand Down
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages: validation-selective.cabal

allow-newer: boring:base
2 changes: 1 addition & 1 deletion validation-selective.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ source-repository head
location: https://github.com/kowainik/validation-selective.git

common common-options
build-depends: base >= 4.12 && < 4.22
build-depends: base >= 4.12 && < 4.23

ghc-options: -Wall
-Wcompat
Expand Down
Loading