Skip to content

Commit

Permalink
Merge pull request #30 from TripShot/bump-deps
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
cydparser authored Apr 27, 2024
2 parents fde5574 + c428682 commit d7f918d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 @@ -67,7 +67,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 All @@ -93,7 +93,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 @@ -116,7 +116,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
2 changes: 1 addition & 1 deletion io-streams-haproxy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
attoparsec >= 0.7 && < 0.15,
bytestring >= 0.9 && < 0.13,
io-streams >= 1.3 && < 1.6,
network >= 2.3 && < 3.2,
network >= 2.3 && < 4,
transformers >= 0.3 && < 0.7
default-language: Haskell2010

Expand Down

0 comments on commit d7f918d

Please sign in to comment.