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 5858 cabal test all
5959
6060 - 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' }}
6461 run : |
6562 # Necessary for doctest to be found in $PATH
6663 export PATH="$HOME/.cabal/bin:$PATH"
8279 runs-on : ubuntu-latest
8380 strategy :
8481 matrix :
85- stack : ["2.7.3 "]
82+ stack : ["2.7.5 "]
8683 ghc : ["8.10.7"]
8784
8885 steps :
Original file line number Diff line number Diff line change @@ -51,7 +51,3 @@ packages:
5151tests : True
5252optimization : False
5353-- 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