-
I am getting the following error message when I use cabal run in WSL 2.0 in Windows.-
```
cabal run mywork
Build profile: -w ghc-9.2.8 -O1
In order, the following will be built (use -v for more d…
-
Hi there,
I'm attempting to build ghcjs-react using a ghcjs stack resolver, but it's getting hung up trying to find ghcjs-jquery, which doesn't appear to exist on {h,st}ackage. The alternative method…
-
Is the index of `FunctorWithIndex`, ... a weaker condition of representable functors?
There seems to be a strong connection
```haskell
instance FunctorWithIndex r ((->) r)
type instance Rep ((…
-
Running `pulp build` on the code generated by servant-purescript generates a lot of warnings. If possible, we should try to generate clean code.
For example, building `central-counter` generates 68…
-
I am getting the following error upon running 'make'
```
[20 of 37] Compiling Dyna.ParserHS.OneshotDriver ( src/Dyna/ParserHS/OneshotDriver.hs, dist/build/dyna/dyna-tmp/Dyna/ParserHS/OneshotDriver.o …
-
Haskell's van Laarhoven lens type has the advantage of performing the getting and setting in one step, avoiding the need to traverse deep complex data structures twice. It looks like this:
```haske…
-
**Describe the bug**
When building a haskell nix-shell environment with a local hoogle index enabled, the hoogle index building fails on aarch64 systems with `haddock: internal error: --read-interfac…
-
I'm having trouble figuring out how to resolve a compiler error I'm getting at the call site of `runSelect` after I attempted to wrap a nullable foreign key column in a newtype. I can get it to compil…
-
Hi,
I'd be more than happy to submit some pull requests on these various terms. I'd much rather get an opinion first before starting on a PR:
- [ ] application (as a compliment to `partial applica…
-
`filter` and `filterIndex` are two optic combinators with similar name and behaviour but different types, which may be confusing.
```scala
val siblings: Lens[User, List[String]] = ...
siblings.…