Use Stack 2.7.5, cleanup
This commit is contained in:
parent
de923fc887
commit
bbd82a736f
2 changed files with 1 additions and 8 deletions
5
.github/workflows/master.yml
vendored
5
.github/workflows/master.yml
vendored
|
@ -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"
|
||||
|
@ -82,7 +79,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
stack: ["2.7.3"]
|
||||
stack: ["2.7.5"]
|
||||
ghc: ["8.10.7"]
|
||||
|
||||
steps:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue