-
Hi,
My Atom Editor was totally slow and not responded.
And today I updated tidalcycles.
Now I can write the code but my Atom Editor is still very slow.
(In Mac 10.12.5, supercollider 3.9dev)
-
Trying to install hie in Docker for theia, but it fails https://github.com/theia-ide/theia-apps/compare/master...stereobooster:haskell?expand=1
```
...
foundation-0.0.23: download
foundation-0.0…
-
Great plugin. I hope describing this bug helps.
## Information
**VIM version**
NVIM v0.2.2
Build type: Release
LuaJIT 2.0.5
Operating System:
Mac OS
### :ALEInfo
_Note: I just updat…
-
```
{ pkgs ? import {}
, compiler ? "default"
}:
with pkgs;
let
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
hs = [ cabal-install
…
-
The equivalent of
```
$> hsimport -m 'Control.Monad' -s 'when' SomeSource.hs
=> import Control.Monad (when)
```
-
### General summary/comments (optional)
`stack install --ghc-options ` appears not to pass the specified options to GHC when running it.
The underlying issue I'm trying to resolve is this linker …
-
I'm creating this issue to track the work on the testsuite rules that I just resumed. Right now, when I run:
``` sh
hadrian/build.sh -c -j4 --flavour=perf --build-root=_tmp test
```
I see a _l…
-
Hi,
I'm trying to install HIE on Mac OSX High Sierra 10.13.6. I have Stack 1.9.3 installed via Homebrew and in the past I've been using Haskell, as well as Stack and Atom with ghc-mod successfully,…
-
In PR https://github.com/digital-asset/daml/pull/1576, this test from `ShakeIdeClient.hs` has been disabled:
```
, testCase' "Cross-package goto definition" $ do
foo
ghost updated
5 years ago
-
```bash
stack ./install.hs cabal-build-all
```
```
Progress 0/13ghc-pkg: cannot find package Cabal-2.4.1.0
ghc-pkg: cannot find package clock-0.7.2
Progress 1/13: cabal-doctest-1.0.6, clock-0.7.…