-
## Your OS name and version
Fedora 28
## The versions of tools you're using (e.g. `stack`, `yesod` `ghc`).
stack v1.7.1, yesod v1.6, ghc 8.2.2
## The versions of dependencies you're using
…
-
ghcjs + "reflex" apparently is what FPcomplete are doing some stuff in
see also - https://groups.google.com/d/msg/yesodweb/9O_V8hezQBw/ZHkDZZ7vAQAJ
silky updated
8 years ago
-
haskell.nix revision: f2c2520
nixpkgs revision is from ci.nix of mentioned haskell.nix revision
cross compilation target: x86_64-pc-mingw32
Cross-compilation is stuck on this output:
```
[ 1 of…
-
I don't know what the pattern is. Sometimes I change my code and it goes away / comes back. Other times I'm stuck. Retrying and even deleting the .stack-work don't help.
For the sqlite template at le…
-
Cf. #1255
There are libraries for pretty-printing, there are libraries for diffing. There's not a fantastically good reason we don't already have an `assertEqual` helper which doesn't both report th…
-
Add a `gitlab: ...` analog to `github: ...`.
Example packages that could benefit from this:
- https://gitlab.com/paolo.veronelli/hasql-pipes
- https://gitlab.com/morley-framework/indigo
- https:…
-
Would be really nice if MaxDaten's utf8 stuff could be merged as well.
erikd updated
11 years ago
-
Would it be possible to extend the file upload cookbook to show how to implement a progress bar in Yesod?
I'm curious to see how the functionality implemented here can be used: https://github.com/yes…
-
A common problem my coworker learning Haskell/Yesod/Persistent is that he's missing a `runDB` in a Yesod Handler function, which gives this kind of error:
```
• Couldn't match type 'ReaderT ba…
-
### `stack build yesod-bin` fails on MacOS 11.0
* Your OS name and version: MacOS Big Sur Version 11.0 Beta (20A5343i)
* The versions of tools you're using (e.g. `stack`, `yesod` `ghc`):
`stack`…