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.