Skip to content

Commit

Permalink
Update CI and bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Nov 14, 2023
1 parent b40bdf4 commit 11c1df2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
fail-fast: false
matrix:
ghc:
- 8.6.5
- 8.8.4
- 8.10.7
- 9.0.2
- 9.2.7
- 9.4.5
- 9.4.8
- 9.6.3
- 9.8.1
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
Expand Down
4 changes: 0 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
packages: .

constraints: dhall -with-http

-- TODO remove?
if impl(ghc ==8.6.*)
constraints: aeson >=1.5
4 changes: 2 additions & 2 deletions dhall-recursive-adt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
exposed-modules:
Dhall.Deriving.Recursive
build-depends:
base >= 4.12 && < 5
base >= 4.14 && < 5
, dhall >= 1.38 && < 1.43
, data-fix ^>= 0.3
, recursion-schemes ^>= 5.2
Expand All @@ -58,4 +58,4 @@ test-suite tasty
, tasty >= 1.3 && <= 1.5
, tasty-hunit ^>= 0.10
, tasty-hedgehog >= 1.0 && < 1.5
, hedgehog >= 1.0 && < 1.3
, hedgehog >= 1.0 && < 1.5

0 comments on commit 11c1df2

Please sign in to comment.