I'm a haskell newcomer, I've tried googling, IRC, and doing what the CLI tells me to do, but can't seem to get basic haskell ecosystem tools to play nice.
I installed ghc, stack, and cabal via the minimal installers OSX link on this page https://www.haskell.org/downloads and now I'm running into some strange resolver problems while trying to get started with stack. I run stack ghci it tells me that it wants 7.10.3 and to run stack setup. Setup then says it installed [email protected]. Any help would be much appreciated, thank you!
brew install haskell-stackandstack setupwill install everything including ghc and cabal for you. - zakyggaps0.1.0.2which is super old, and this bug is very dated. I don't know why the .org downloads page installs an ancient version of the tool, but my fix ended up being to download stack manually from here: github.com/commercialhaskell/stack/blob/master/doc/… and then once I downloaded the zip I ranmv ~/Downloads/stack-1.0.2-osx-x86_64/stack /Applications/ghc-7.10.2.app/Contents/bin/stackto put the updated stack in place of the old one. Seems to work! - nackjicholson0.1.2.0, typo - nackjicholson