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 fef5f6a commit 49c46d1Copy full SHA for 49c46d1
.github/workflows/ci.yml
@@ -135,7 +135,7 @@ jobs:
135
githubToken: ${{ github.token }}
136
install: |
137
apt-get update -y
138
- apt-get install -y curl ghc libghc-tasty-quickcheck-dev libghc-syb-dev
+ apt-get install -y curl ghc libghc-tasty-quickcheck-dev libghc-tasty-hunit-dev libghc-tasty-expected-failure-dev libghc-syb-dev
139
run: |
140
curl -s https://hackage.haskell.org/package/data-array-byte-0.1/data-array-byte-0.1.tar.gz | tar xz
141
ghc --version
0 commit comments