-
I'm not sure if this is the right place to report, but I tried configuring MentionBot for https://github.com/haskell/cabal but did not see it work. According to GitHub there is a 500 Internal Server E…
-
We currently configure `libclang` by passing a raw set of command line arguments (of type `[String]`). We should have a proper Haskell datatype that lists the `libclang` options we are interested in (…
edsko updated
1 month ago
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.23.1 x64
**Electron**: 1.6.15
**OS**: Mac OS X 10.12.6
**Thrown From**: [haskell-debug](https://github.com/atom-haskell/haskell-debug) p…
lwdye updated
6 years ago
-
I saw documentation these LSP and has "CodeLens"
on haskell(hls) show this error
![172552](https://user-images.githubusercontent.com/30029780/152657754-4c920cd9-18ab-46ef-8a1b-9f7ee4aa777f.png)
…
-
Hi.
In my opinion it would be very useful if we could preinitialize the string like this:
`readline “Please enter a start date“ “2022-01-16“`
This would show the given prompt (parameter #1) a…
-
Coming strictly from a JS background, it can be quite problematic to distinguish between **Elm** specifics and **Haskell** concepts that have been borrowed, extended or used.
---
Case in point: T…
-
```
FIX: mv filetypes.haskel filetypes.haskell
What steps will reproduce the problem?
1. Install geany-dark-scheme
2. Reload configuration
3. Open a Haskell source file
What is the expected output? …
-
I started writing it here:
https://github.com/danchoi/collection-json.hs/blob/master/Text/JSON/CollectionJSON/Types.hs
-
Sorry to bring up such a big issue without contributing before, but I discussed this with @snoyberg and he suggested it was worth at least considering here.
The current situation makes promoting Ha…
-
eg. `record Foo = { abcDef : ... }` becomes `data Foo = Foo { fooAbcdef :: ... }`