We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6acd5 commit 74dc777Copy full SHA for 74dc777
.github/workflows/haskell.yml
@@ -12,6 +12,7 @@ jobs:
12
include:
13
- os: ubuntu-latest
14
container: 'lierdakil/alpine-haskell:8.10.7-pwsh'
15
+ extra-options: '--constraint "cryptonite -integer-gmp"'
16
runs-on: ${{ matrix.os }}
17
container: ${{ matrix.container }}
18
steps:
@@ -34,7 +35,7 @@ jobs:
34
35
shell: bash
36
run: cp misc/${{runner.os}}-build-cabal-config ./cabal.project
37
- name: Cabal confugure
- run: cabal v2-configure --constraint pandoc==${{matrix.pandocver}} --enable-tests
38
+ run: cabal v2-configure --constraint pandoc==${{matrix.pandocver}} --enable-tests ${{matrix.extra-options}}
39
- uses: actions/cache@v2
40
with:
41
path: .cabal-store
0 commit comments