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 c8ebff0 commit b25e416Copy full SHA for b25e416
.github/workflows/ci.yml
@@ -49,6 +49,7 @@ jobs:
49
cd bytestring-*/
50
cabal bench --enable-tests --enable-benchmarks --benchmark-option=-l all
51
- name: Haddock
52
+ if: matrix.ghc != '8.4'
53
run: |
54
55
cabal haddock all
bytestring.cabal
@@ -232,6 +232,10 @@ test-suite bytestring-tests
232
if !arch(wasm32)
233
ghc-options: -threaded
234
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
+
239
benchmark bytestring-bench
240
import: language
241
main-is: BenchAll.hs
0 commit comments