Skip to content

Commit b25e416

Browse files
committed
Fix CI
1 parent c8ebff0 commit b25e416

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
cd bytestring-*/
5050
cabal bench --enable-tests --enable-benchmarks --benchmark-option=-l all
5151
- name: Haddock
52+
if: matrix.ghc != '8.4'
5253
run: |
5354
cd bytestring-*/
5455
cabal haddock all

bytestring.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ test-suite bytestring-tests
232232
if !arch(wasm32)
233233
ghc-options: -threaded
234234

235+
-- https://github.com/haskellari/splitmix/issues/101
236+
if os(openbsd)
237+
build-depends: splitmix < 0.1.3.1 || > 0.1.3.1
238+
235239
benchmark bytestring-bench
236240
import: language
237241
main-is: BenchAll.hs

0 commit comments

Comments
 (0)