Closed adamgundry closed 6 years ago
Alternatively, if the .cabal
file had this declared via other-extensions: NegativeLiterals
the solver would also have avoided it w/ GHC versions which don't provide that extensions
Thanks for the report, I don't actually support 7.6
, I only currently go only back to 7.8
, however in this case the changes required to not use this extension are minimal so I will patch that up.
Alternatively, if the
.cabal
file had this declared viaother-extensions: NegativeLiterals
the solver would also have avoided it w/ GHC versions which don't provide that extensions
Ah thanks, that's useful to know.
Thanks for the quick turnaround! I can confirm that 2.8.2.0 builds with 7.6.3.
For the record, the affected releases were revised as well:
With GHC 7.6.3, the latest version (2.8.1.0) is selected by cabal's solver but fails to build with:
If you don't want to support GHCs this old (fair enough!) would you remind revising the bound on
base
to reflect supported versions, so that cabal will select an older version as needed?See https://ci.appveyor.com/project/adamgundry/acid-state/build/job/b79whx1g7h85sgop for a build log.