Use Stack 2.7.5, cleanup

This commit is contained in:
Janus Troelsen 2022-03-09 12:58:50 -06:00
parent de923fc887
commit bbd82a736f
2 changed files with 1 additions and 8 deletions

View File

@ -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:

View File

@ -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