Skip to content

Commit

Permalink
Merge pull request #150 from TripShot/bump-deps
Browse files Browse the repository at this point in the history
Bump deps and fix Stack CI
  • Loading branch information
cydparser authored Apr 26, 2024
2 parents 6638bdb + dfd8308 commit fb1c818
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cabal build --dry-run
- name: Restore cached dependencies
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
id: cache
env:
key: ${{ runner.os }}-ghc-${{ steps.setup.outputs.ghc-version }}-cabal-${{ steps.setup.outputs.cabal-version }}
Expand All @@ -68,7 +68,7 @@ jobs:
run: cabal build all --only-dependencies

- name: Save cached dependencies
uses: actions/cache/save@v3
uses: actions/cache/save@v4
if: ${{ steps.cache.outputs.cache-primary-key != steps.cache.outputs.cache-matched-key }}
with:
path: ${{ steps.setup.outputs.cabal-store }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
include:
# GHC version must match https://www.stackage.org/nightly
- stack: "latest"
ghc: "9.6"
ghc: "9.8"

steps:
- uses: nikeee/setup-pandoc@v1
Expand All @@ -121,7 +121,7 @@ jobs:
stack config set system-ghc true --global
stack config set resolver nightly
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions heist.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Library
directory >= 1.1 && < 1.4,
directory-tree >= 0.10 && < 0.13,
dlist >= 0.5 && < 1.1,
filepath >= 1.3 && < 1.5,
filepath >= 1.3 && < 2,
hashable >= 1.1 && < 1.5,
lifted-base >= 0.2 && < 0.3,
map-syntax >= 0.3 && < 0.4,
Expand All @@ -200,7 +200,7 @@ Library
process >= 1.1 && < 1.7,
random >= 1.0.1.0 && < 1.3,
text >= 0.10 && < 2.2,
time >= 1.1 && < 1.13,
time >= 1.1 && < 2,
transformers >= 0.3 && < 0.7,
transformers-base >= 0.4 && < 0.5,
unordered-containers >= 0.1.4 && < 0.3,
Expand Down

0 comments on commit fb1c818

Please sign in to comment.