-
ghc-modi version 4.1.3
I noticed in this project some inconsistent behavior of ghc-modi (ghc-mod is doing fine):
https://github.com/rikvdkleij/Quicksort
To describe how to reproduce is difficult bec…
-
**Hi Guys:**
I installed `ghc-20160108.710` from _MELPA_. My Emacs version is 24.5.1.
Also installed `ghc-mod` & `ghc-modi` use `Cabal`.
My configuration with `ghc` is like this:
```
;; Use this
(…
-
There seems to have been some attempts to get ghc-mod working with 8.2.1; curious what the status of that work is. Thanks for this great software; now that I upgraded to 8.2.1, I'm really missing it!
-
There seems to have been no attempts to get ghc-mod working with [8.4.1](https://downloads.haskell.org/~ghc/8.4.1/); curious what the status of that work is. Thanks for this great software; now that I…
-
This will be very cool and easier for installation without any cloning.
-
To get cless building under GHC 8.0.1 for Homebrew (we only typically support the latest GHC), I've needed to add a "cabal.config" file at the root of the package containing "allow-newer: base,transfo…
-
Hello guys,
I am facing strange problem on ghc-mod. When I ran this command with no error:
```
$ ghc-mod lint -h --ignore='Use list comprehension' file.hs
$ echo $?
0
```
But, I need to r…
-
For some compiler versions, the bump makes a difference (e.g. 8.2.1 vs 8.2.2 has a different AST), but for most it does not from a hie perspective.
a) Is this a true statement?
b) should we limit …
alanz updated
5 years ago
-
I have a simple package `foo` with Cabal file:
~~~yaml
cabal-version: 2.2
name: foo
version: 0.1.0.0
foreign-library foo
type: native-shared
other-modules: …
-
Is it possible to have an update of the version bounds to allow this to build on GHC 8.8?