You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build-tool-depends doesn't play nice with Setup.hs installs, and tries
to rebuild cabal-install/doctest locally. This has recently caused some
compilation errors when it tries to build cabal-install, so we'll just
remove it from build-tool-depends on the assumption that whoever is
running doctest-v2 probably has /usr/bin/cabal on their system.
All Cabal versions except 3.8 fail on GitHub tests complaining that they
cannot build ghc:
```
cabal: Failed to build ghc-8.10.7 (which is required by exe:doctest from
doctest-0.21.1)
```
This reverts commit 51bc8c1.
See: gentoo-haskell/gentoo-haskell#1074
See: haskell/cabal#8434
Signed-off-by: hololeap <[email protected]>
0 commit comments