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 73cf1f7 commit f73dac0Copy full SHA for f73dac0
.github/workflows/debian.yml
@@ -95,7 +95,7 @@ jobs:
95
docker run \
96
--platform "linux/${{ matrix.docker_platform }}" \
97
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
98
- bash -c "cabal update && cabal install --lib vector"
+ bash -c "cabal update && cabal install --lib primitive"
99
100
101
0 commit comments