-
Upon running `company-ghc-diagnose` all modules get loaded, but no candidates appear, and `ghc-mod` reports no errors either:
![no candidates on company-ghc](https://cloud.githubusercontent.com/asset…
-
Not sure if this is a HLS issue, but I'd love to get a squiggly warning in package.yaml whenever I misspell a language extension, e.g.:
```
default-extensions:
- ExplicitForall
```
Completion…
-
I am using Opaleye with a DB Connection Pool stored in an environmental context like so: `WithDB env m`. Therefore, I access that `env` to get a `DBPool` that has already been set up by the time my f…
-
Install & build fails.
PS C:\Users\guthrie\Desktop\hTest\hid-examples-0.5> cabal new-build
Resolving dependencies...
Build profile: -w ghc-8.10.2 -O1
In order, the following will be built (use -…
-
I'm opening this issue to cover steps to build and test this library with the implementations of RFCs FS-1043 FS-1071 activated
https://github.com/dotnet/fsharp/pull/6805
https://github.com/dot…
dsyme updated
4 years ago
-
This is just to get a conversation going—I plan to add examples and detail as I have time.
I often run into types that are almost, but not quite, an `Arrow`—but for the fact that they have no imple…
-
I want to generate a PDF via haddock:
```
$ stack haddock --haddock-arguments "--latex"
[...]
haddock: --latex cannot be used with --gen-index or --gen-contents
```
Any idea?
### Stack ve…
-
Hi, I'm interested in learning more about this library and profunctor optics in general so was hoping to read the docs but the "Getting Started" link on the site leads to this 404 page: https://sagifo…
-
I have been looking into alternative database libraries to use, as I've solely been using persistent/esqueleto for a while now. I like a lot of the Opaleye design but I have to say that the `a b c d e…
-