-
**Describe the bug**
Building a `haskell_doctest` target in profiling mode (-c dbg) fails.
**To Reproduce**
```
$ bazel build //tests/haskell_doctest:doctest-lib-all-success -c dbg
...
tests/h…
-
**Is your feature request related to a problem? Please describe.**
I've found caching with `rules_haskell` to be hard to figure out. I'm using `rules_haskell` in a [project](https://gitlab.com/jone…
-
**Is your feature request related to a problem? Please describe.**
Assume we have two libraries `A` and `B` such that `B` depends on `A`. If it weren't for Template Haskell, we could start building…
mboes updated
2 years ago
-
**Describe the bug**
`bazel build //...` generates a lot of files in bazel-bin.
This starts to be a problem when the number of files goes above a few dozen millions. It saturates all of our CI d…
-
I see this got discussed some here: https://github.com/folq/haskell-to-elm/pull/4, but that discussion was more about the specific instances involved: Map, Set, etc.
I'm curious about the big pictu…
-
To continue the short July introduction talk on Haskell, I would like to add another way to use Haskell: using `stack` scripting.
There will be some practical examples and live coding, including sc…
-
Not sure what is going on here, this happened twice when starting to type in a file. Leksah crashes with this message:
```
leksah: error: a C finalizer called back into Haskell.
This was previousl…
-
**Is your feature request related to a problem? Please describe.**
It is currently possible with `haskell_doctest` to test multiple Haskell targets at once, by providing several labels to its `deps…
mboes updated
5 years ago
-
There's base-compat 0.14 for GHC 9.10. Could you please release/revise with increased upper bounds? See
* https://hackage.haskell.org/package/base-compat
* https://github.com/commercialhaskell/sta…
-
`cabal install split`
for the package:
import Data.List.Split