How do I install GHC in Cygwin or point Cygwin to GHC?

I tried to point the Cygwin installer to http://haskell.org/ghc/cygwin , but the installer couldn't find setup.ini.sig. If possible, how can I alternatively edit my .bashrc to reference the installation done using the setup binaries in C: / ghc /.

+2


a source to share


2 answers


When I installed the Windows version of GHC, added its binaries location to my PATH environment variable, I was able to just run it from Cygwin BASH. I have never tried to install or compile GHC directly on Cygwin.



+5


a source


Just add --no-verify to your setup.exe which means

Don't verify setup.ini signatures

      



http://cygwin.com/faq/faq-nochunks.html#faq.setup.cli

+2


a source







All Articles