snowleopard / hadrian

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!
https://gitlab.haskell.org/ghc/ghc/tree/master/hadrian
MIT License
208 stars 39 forks source link

hadrian.cabal: update Cabal bounds #699

Closed alpmestan closed 5 years ago

alpmestan commented 5 years ago

The recent Cabal submodule bump (https://github.com/ghc/ghc/commit/fa1c8279ada1e9f9ee34056de5be3b043b469f05) means we cannot build hadrian as things stand right now. This fixes the problem.

alpmestan commented 5 years ago

Hmm, maybe I was a little too fast to put a PR together. I think I got the error that 2.5 was not supported because of hadrian's bounds, precisely because of my work on Cabal (against Cabal master, which is version 2.5) mentionned in #698. In which case other people (and CI) don't need it, yet. And I can just make that change part of #698 when the time comes.