File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 58
58
cabal test all
59
59
60
60
- name : Run doctests
61
- # doctests are broken on GHC 9 due to compiler bug:
62
- # https://gitlab.haskell.org/ghc/ghc/-/issues/19460
63
- continue-on-error : ${{ matrix.ghc == '9.0.1' }}
64
61
run : |
65
62
# Necessary for doctest to be found in $PATH
66
63
export PATH="$HOME/.cabal/bin:$PATH"
82
79
runs-on : ubuntu-latest
83
80
strategy :
84
81
matrix :
85
- stack : ["2.7.3 "]
82
+ stack : ["2.7.5 "]
86
83
ghc : ["8.10.7"]
87
84
88
85
steps :
Original file line number Diff line number Diff line change @@ -51,7 +51,3 @@ packages:
51
51
tests : True
52
52
optimization : False
53
53
-- reorder-goals: True
54
-
55
- -- https://github.com/chordify/haskell-servant-pagination/pull/12
56
- allow-newer : servant-pagination-2.2.2 :servant
57
- allow-newer : servant-pagination-2.2.2 :servant-server
You can’t perform that action at this time.
0 commit comments