-
```
yesod: src\System\Win32\Notify.hs:(136,1)-(146,45): Non-exhaustive patterns in function actsToEvent
```
-
Hi, I just tried to install this package (as dependency of [vim-addon-yesod](https://github.com/MarcWeber/vim-addon-yesod)). I got the following error:
```
Distribution/Dev/Interactive.hs:124:21: …
-
## Issue description
Trying to install Git by running on macOS:
```bash
nix-env -iA nixpkgs.gitAndTools
```
I get an error:
```bash
copying path '/nix/store/gyqk03k48ll00l4b6s7yik50dk9kysrq-d…
-
The Yesod scaffold port environment variable is `YESOD_PORT`:
https://github.com/yesodweb/yesod-scaffold/blob/ce163c0b2dc147d01182ffe537b016d866e5c1c5/config/settings.yml#L6
This is incompatible w…
-
We have a total of around 103 wiki pages. Out of them most of them have been moved to yesod-cookbook and a deprecated warning has been placed in those pages. Example: https://github.com/yesodweb/yesod…
psibi updated
6 years ago
-
While configuring my `.hlint.yaml` file for my Yesod project I ran into a strange issue. I decided to dump all my `default-extensions` as arguments into hlint just to ensure correct parsing. I'm using…
-
I've got frontend code that is ignorant of Yesod devel & makes JSON requests. When it does so during yesod-devel's compilation phase, yesod-devel returns HTML, which causes the requests to fail.
I …
-
For web development especially, incremental compilation is very useful. In Yesod we have a `yesod devel` command that accomplishes this. We are also looking into using the [shaker](http://hackage.hask…
-
It appears that Atom feeds produced by `yesod-newsfeed` don't validate the w3 validator: https://validator.w3.org/feed/check.cgi
In particular, my personal website is using `yesod-newsfeed`, an…
-
OS Version : Windows 10 x64
stack version 1.7.1
yesod version: (what is downloaded from stack)
ghc version: (what is downloaded from stack)
Steps to reproduce:
1)Change stack.yaml arch to x86…