Skip to content

Commit

Permalink
Use Stack 2.7.5, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Mar 9, 2022
1 parent de923fc commit bbd82a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
cabal test all
- name: Run doctests
# doctests are broken on GHC 9 due to compiler bug:
# https://gitlab.haskell.org/ghc/ghc/-/issues/19460
continue-on-error: ${{ matrix.ghc == '9.0.1' }}
run: |
# Necessary for doctest to be found in $PATH
export PATH="$HOME/.cabal/bin:$PATH"
Expand All @@ -82,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
stack: ["2.7.3"]
stack: ["2.7.5"]
ghc: ["8.10.7"]

steps:
Expand Down
4 changes: 0 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@ packages:
tests: True
optimization: False
-- reorder-goals: True

-- https://github.com/chordify/haskell-servant-pagination/pull/12
allow-newer: servant-pagination-2.2.2:servant
allow-newer: servant-pagination-2.2.2:servant-server

0 comments on commit bbd82a7

Please sign in to comment.