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 ea74198 commit 70d942dCopy full SHA for 70d942d
cabal.project
@@ -11,6 +11,17 @@ packages: .
11
12
allow-newer: rss:time, rss:base
13
14
+-- Andreas, 2022-10-28: `Cabal-3.8.1.0` wants `process >= 1.6.14`
15
+-- which is too new for the `ghc < 9.4` package that is pulled in
16
+-- by `doctest-parallel`.
17
+-- Since, Cabal-3.8.1.0 has no reason to want such a new version
18
+-- of process, we can solve the conflict here by allowing
19
+-- `Cabal` to use the shipped version of `process`.
20
+-- This workaround can be removed once `Cabal-3.8` drops
21
+-- its (unreasonable) constraint on `process`.
22
+-- See: https://github.com/haskell/cabal/issues/8554
23
+allow-older: Cabal:process
24
+
25
-----------------------------------------------------------------------------
26
-- Anti-constraints
27
0 commit comments