Skip to content
Snippets Groups Projects
Commit 8fc10320 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Add tests Paths_ autogen module + default.extensions

Fixes #5086

The https://github.com/haskell/cabal/pull/5054 links to
https://github.com/commercialhaskell/stack/issues/3789 which says

- `Ensure you have OverloadedStrings and RebindableSyntax extensions
  enabled.`

So we warn only in that case. Only `OverloadeStrings` (or
`OverloadedLists`) or `RebindableSyntax` seems to be ok.

Also make `allBuildInfos` return all (not only buildable) build infos,
removing FIXME. `allBuildInfos` is used only in D.PD.Check.
parent b36cf3c9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment