Skip to content

Commit b0519d6

Browse files
Patch esqueleto in CI
1 parent c8d55f9 commit b0519d6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

+12
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,18 @@ jobs:
8888
--test-show-details=streaming
8989
--constraint='persistent ^>= ${{ matrix.persistent_version }}'
9090
--constraint='persistent >= 2.14.0.2'
91+
-
92+
# https://github.com/bitemyapp/esqueleto/pull/381
93+
if: ${{ matrix.ghc_version == '9.8' }}
94+
name: Patch esqueleto
95+
run: |
96+
cabal configure --enable-append --allow-newer esqueleto:text
97+
cat >> cabal.project.local <<EOF
98+
source-repository-package
99+
type: git
100+
location: https://github.com/MercuryTechnologies/esqueleto.git
101+
tag: 94d27de57072a823d97bd9868b33c45545c067c4
102+
EOF
91103
-
92104
if: ${{ matrix.oldest }}
93105
name: Use oldest dependencies

0 commit comments

Comments
 (0)