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 8785fc3 commit f0c4a8eCopy full SHA for f0c4a8e
text.cabal
@@ -309,10 +309,16 @@ test-suite tests
309
text
310
if impl(ghc < 9.4)
311
build-depends: data-array-byte >= 0.1 && < 0.2
312
+
313
-- Plugin infrastructure does not work properly in 8.6.1, and
314
-- ghc-9.2.1 library depends on parsec, which causes a circular dependency.
315
if impl(ghc >= 8.2.1 && < 8.6 || >= 8.6.2 && < 9.2 || >= 9.2.2)
316
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
322
default-language: Haskell2010
323
default-extensions: NondecreasingIndentation
324
0 commit comments