[Haskell-cafe] Installing ghc-mod on Windows

Michal Antkiewicz mantkiew at gsd.uwaterloo.ca
Fri May 22 17:30:50 UTC 2015


Hi,

are you using msys and MinGHC?

For now, I clone ghc-mod @ master and just cabal install it (with MinGHC
0.7.10 and cabal 1.22) within msys. It has not been released yet.

Michał

On Fri, May 22, 2015 at 12:09 PM, Roman Cheplyaka <roma at ro-che.info> wrote:

> On 22/05/15 18:06, Anakreontas wrote:
> > I tried to instal ghc-mod on Windows with cabal. Two dependencies fail
> > to compile because of missing native libraries.
> > ansi-terminal requires kernel32 and
> > lifted-base requires inlinable.h.
> >
> > Have you solved a similar problem? In Linux it would be easy to install
> > the native libraries but in Windows I do not know which programs I
> > should install and where to find them.
>
> You should be able to install ansi-terminal by patching its cabal file,
> see https://github.com/feuerbach/ansi-terminal/issues/6
>
> Once again, I'm asking Windows users and developers for their input on
> this issue.
>
> Roman
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150522/dd1fd497/attachment.html>


More information about the Haskell-Cafe mailing list