Skip to content

Commit f0c4a8e

Browse files
BodigrimLysxia
authored andcommitted
Fix OpenBSD CI job again
1 parent 8785fc3 commit f0c4a8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

text.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,16 @@ test-suite tests
309309
text
310310
if impl(ghc < 9.4)
311311
build-depends: data-array-byte >= 0.1 && < 0.2
312+
312313
-- Plugin infrastructure does not work properly in 8.6.1, and
313314
-- ghc-9.2.1 library depends on parsec, which causes a circular dependency.
314315
if impl(ghc >= 8.2.1 && < 8.6 || >= 8.6.2 && < 9.2 || >= 9.2.2)
315316
build-depends: tasty-inspection-testing
317+
318+
-- https://github.com/haskellari/splitmix/issues/101
319+
if os(openbsd)
320+
build-depends: splitmix < 0.1.3 || > 0.1.3.1
321+
316322
default-language: Haskell2010
317323
default-extensions: NondecreasingIndentation
318324

0 commit comments

Comments
 (0)