Closed Fiftyw3bs closed 11 months ago
Hi @Fiftyw3bs, Atlas now requires GHC version to be 9.2.8. You may look at our CI file https://github.com/geniusyield/atlas/blob/main/.github/workflows/haskell.yml, which sets up the required environment on Ubuntu VM.
Also it should be fine if your project is on Haskell2010
but dependencies (such as Atlas) is on GHC2021
.
@sourabhxyz Thank you very much for the prompt response.
I unfortunately spent the whole of yesterday trying to bump ghc from 8.10.7 to 9.2.8 to no avail. I could not resolve the dependencies
Describe the bug I'm trying to compile my project which I started developing with the atlas release version 0.2.0. I'm currently trying to bump it 0.4.0, but I get the following error message:
The
default-language
of my project's cabal file isHaskell2010
. I wonder if there is any way to make it work.To Reproduce Steps to reproduce the behavior:
default-language
of project (inHaskell2010
Expected behavior A success compilation.
Station (please complete the following information):
Additional context Add any other context about the problem here.