We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d55f9 commit b0519d6Copy full SHA for b0519d6
.github/workflows/ci.yml
@@ -88,6 +88,18 @@ jobs:
88
--test-show-details=streaming
89
--constraint='persistent ^>= ${{ matrix.persistent_version }}'
90
--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
103
-
104
if: ${{ matrix.oldest }}
105
name: Use oldest dependencies
0 commit comments