So i am trying to set up haskell on my macbook (m1) and i need to use cabal for one project. I installed most of what i needed with homebrew.
So when i try to run cabal build in the directory of the project it spits out
Error: [Cabal-7160]
The package list for ‘hackage.haskell.org’ does not exist. Run ‘cabal update’ to download it.
I run cabal update however and it does this
Downloading the latest package list from hackage.haskell.org
Package list of hackage.haskell.org is up to date.
The index-state is set to Unknown or invalid timestamp.
I even tried to add a remote repo and it didn’t fix it..
gregtsen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.