alexwl / haskell-code-explorer

Web application for exploring and understanding Haskell codebases
MIT License
509 stars 20 forks source link

ghc-8.10.1 support? #45

Open TerrorJack opened 4 years ago

TerrorJack commented 4 years ago

Hi, thanks for the awesome project :) I wonder if there's plan to add support for building with ghc-8.10.1?

alexwl commented 4 years ago

Thanks!

I do have plans to add support for GHC 8.10. But before that, I have to upgrade cabal-helper library to version 1.1 that supports Cabal 3.0 and Cabal 3.2. (GHC 8.8 only works with Cabal 3.0, GHC 8.10 only works with Cabal 3.2).