unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.73k stars 266 forks source link

update mac dev docs for new ghc version #4025

Closed ceedubs closed 2 months ago

ceedubs commented 1 year ago

trunk is now on GHC 9.2.7 but https://github.com/unisonweb/unison/blob/trunk/docs/m1-mac-setup-tips.markdown still refers to 8.10.7.

aryairani commented 1 year ago

Next step is to try building UCM without any special instructions on a clean install; I think they might no longer be relevant.

neduard commented 2 months ago

Hey @aryairani ! Just fyi I built latest trunk (815c1b1f) on a M1 by just doing brew install stack and stack build --fast --test && stack exec unison. Not sure if I missed anything or the newer versions of stack & GHC are easier to build with. Happy to do more testing or raise a PR cleaning the docs if you think they aren't relevant any longer.

stack --version
Version 2.15.7 aarch64
aryairani commented 2 months ago

@neduard At a glance I think you're right, that it's mostly out of date or irrelevant. A PR would be welcome!