-
Hi,
Hoping this belongs here and not in `websockets`. I've run into trouble writing a http/ws application and boiled it down to the following example. Instructions to reproduce are in the comment. Th…
-
https://github.com/tomjaguarpaw/haskell-opaleye/issues/433#issuecomment-542335898
-
https://github.com/typelevel/kind-projector
Is there a reason we don't use Kind projector and instead, write the type lambdas manually ourselves?
-
### General summary/comments (optional)
When setting-up a stack project with Nix and `nix.path` refering to file with a relative path in `stack.yaml`, building from anywhere but the root of the pro…
-
The library has a `Traversing` typeclass with two methods:
```hs
traverse' :: forall a b g. Traversable f => p a b -> p (f a) (f b)
wander :: forall s t a b. Traversal s t a b -> p a b -> p s t
``…
mniip updated
1 month ago
-
I just noticed that latest version fails to compile with GHC 7.6.3 due to
```
Configuring component lib from cabal-debian-4.35.5
Preprocessing library cabal-debian-4.35.5...
[ 1 of 30] Compiling…
-
**Describe the bug**
Using backpack often requires using large large numbers of reexported-modules stanzas and mixins stanzas.
If you use a backpack package and that package produces 17 outputs in…
-
Hello,
I can not install GHCJS in Ubuntu 16.10 64bit
"
/usr/bin/ld: final link failed: **Nonrepresentable section on output**
collect2: error: ld returned 1 exit status
`gcc' failed in phase `L…
-
I tried to install some packages with a lot of dependencies.
As seen in the log below, it started to download http-conduit but never reached to do "Configure". I suspect that the download failed, and…
-
In https://github.com/dhall-lang/dhall-haskell/pull/1485#discussion_r339856234 @jiegillet brought up the idea of representing decoders and encoders in a single type inspired by `tomland`'s [`Codec`](h…