jgm / gitit

A wiki using HAppS, pandoc, and git
GNU General Public License v2.0
2.15k stars 225 forks source link

Stack impossible to install #614

Closed Hipomenes closed 2 years ago

Hipomenes commented 6 years ago

Is there any other alternative to install gitit in mac OS? I tried installing stack and the process just never finishes (I left the computer on all night). And through the Haskell - cabal option, I just get a long long lists of dependencies that should be installed first. Is it likely that there will be a Homebrew formula anytime soon?

Thanks!

jgm commented 6 years ago

If you're having problems installing stack, you should inquire on the stack forum. It should be straightforward.

+++ David H. Colmenares [Mar 01 18 16:37 ]:

Is there any other alternative to install gitit in mac OS? I tried installing stack and the process just never finishes (I left the computer on all night). And through the Haskell - cabal option, I just get a long long lists of dependencies that should be installed first. Is it likely that there will be a Homebrew formula anytime soon?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.

References

  1. https://github.com/jgm/gitit/issues/614
  2. https://github.com/notifications/unsubscribe-auth/AAAL5P5PlmGSo3x8DPmVFdAmcHW8x57Tks5taCPKgaJpZM4SYm8z
simonmichael commented 6 years ago

@Hipomenes : brew install haskell-stack is an easy way to get stack installed on mac.

gitit doesn't install too easily with stack right now; for best results, clone the gitit repo and run "stack install" inside it.