-
Hello. I accidentally stumbled upon this repository, and I figured I might as well ask if you'd be interested in joining [Atom-Haskell organization](https://github.com/atom-haskell/).
Atom-Haskell st…
-
HIE does not start, instead the following error is printed in the developer console:
> Uncaught (in promise) Error: spawn UNKNOWN
> at _errnoException (util.js:1024:11)
> at ChildProcess.…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.23.3 x64
**Electron**: 1.6.15
**OS**: Ubuntu 17.10
**Thrown From**: [haskell-tools](https://github.com/nboldi/haskell-tools-atom) packag…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.40.1 x64
**Electron**: 3.1.10
**OS**: Mac OS X 10.14.6
**Thrown From**: [atom-haskell-hsdev](https://github.com/mvoidex/atom-haskell-hsd…
-
Steps to reproduce: no idea. I had a somewhat broken compilation cache (see https://github.com/atom-haskell/haskell-ghc-mod/issues/212) and I was issuing commands like `stack clean`. After I switched …
dniku updated
6 years ago
-
[Enter steps to reproduce below:]
1. Install haskell-hoogle package with "apm install haskell-hoogle" or in Atom Settings UI
2. Open Atom
3. Select menu option Packages -> haskell-hoogle -> Look Up
*…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.0.7
**System**: Ubuntu 12.04.5
**Thrown From**: [haskell-hoogle](https://github.com/kaeluka/atom-haskell-hoogle) package, v0.1.2
##…
-
[Enter steps to reproduce:]
1. Install Atom (https://atom.io/)
2. Install Stack (https://docs.haskellstack.org/en/stable/README/#how-to-install)
3. In some folder run:
1. `stack new scribble…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.34.0 x64
**Electron**: 2.0.16
**OS**: Mac OS X 10.14.3
**Thrown From**: [ide-haskell-repl](https://github.com/atom-haskell/ide-haskell-r…
-
It makes sense to compile abstract definitions to arbitrary Haskell code. (This example is not super clever.)
```agda
abstract
record Pointer : Set where
constructor mkPointer
field th…