utdemir / hs-nix-template

A Haskell project template that uses Nix and comes with cabal-install, ghcid, ormolu, haskell-language-server and more.
MIT License
103 stars 12 forks source link

Use GHC 8.8.3 #7

Closed utdemir closed 4 years ago

utdemir commented 4 years ago

I don't see a reason why not.

I also tried GHC 8.10, but "constraints" does not compile there, which is a transitive dependency of some of our packages (probably hedgehog).

Skyfold commented 4 years ago

I agree we should update and keep updating the ghc version to keep close to the latest version.