Cabal shouldn't try to build split-objs when ghc reports it does not support it #414
Labels
Cabal: other
old-milestone: ⊥
Moved from https://github.com/haskell/cabal/milestone/5
type: bug
Milestone
(Imported from Trac #421, reported by @dcoutts on 2008-12-01)
It is possible to build ghc without support for object splitting. In such a case Cabal should refuse to work if the user enables split objs.
All one has to do is to parse the output of ghc --info (which is in a Read/Show format).
See also #24.
The text was updated successfully, but these errors were encountered: