ghc-mod Questions

3

Solved

When I try to install ghc-mod via stack I end up having these depencies conflicts Error: While constructing the build plan, the following exceptions were encountered: In the dependencies for ghc-...
Grishilda asked 20/6, 2018 at 12:38

2

I'm trying to use the ghc-mod vim plugin to do type/syntax checking etc. However, I found that ghc-mod always uses full paths of types in the error messages, for example: test.hs|71 col 13 error| ...
Puttyroot asked 20/9, 2015 at 1:34

2

Solved

I am using ghc-mod in vim and would like GhcModCheck (:GhcModCheck) to be called every time I save a file (:w). Could you please tell me how I can achieve that? I guess there's a more general quest...
Kitty asked 27/7, 2017 at 9:34

2

Solved

On Mac OS X, I'm not able to install ghc-mod due to that a dependency called 'happy' cannot be installed: bash> cabal install ghc-mod Resolving dependencies... Configuring haskell-src-exts-1.1...
Romero asked 5/3, 2016 at 20:40

1

Solved

I use a number of Haskell plugins in my editor (Neovim), one of which is ghcmod-vim, which works together with syntastic to provide syntax checking as I write Haskell code. At one point, I had ins...
Pettus asked 29/12, 2015 at 6:39

2

Solved

ghc-mod works in a directory with just a haskell source file but if I run "cabal init" in that directory (/tmp/test), I get the following error: (p1)dave@peach:/tmp/test$ !ghc ghc-mod check Main.h...
Fellini asked 4/12, 2014 at 15:52

1

Solved

I just installed IntelliJ idea and the official Haskell plugin. IntelliJ couldn't find ghc-modi.exe, so I installed ghc-mod through cabal. However, after importing my cabal project, I am still rec...
Goggles asked 14/1, 2015 at 13:19

3

Solved

I want to use cabal repl to instead of ghci (. My goal is being able to use other modules in my project ).
Hairworm asked 30/8, 2014 at 8:35

1

Solved

I am using emacs (24.3.1) in haskell-mode together with ghc-mod to play with Haskell. Now everything works fine aside from one annoying thing: Every output in the GHC info buffer contains only the...
Splashboard asked 26/8, 2014 at 20:53
1

© 2022 - 2024 — McMap. All rights reserved.