Skip to content

Commit bbd82a7

Browse files
committed
Use Stack 2.7.5, cleanup
1 parent de923fc commit bbd82a7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
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"
@@ -82,7 +79,7 @@ jobs:
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:

cabal.project

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,3 @@ packages:
5151
tests: True
5252
optimization: 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

0 commit comments

Comments
 (0)