-
### HASKELL
##### TUTORIALS
- http://learnyouahaskell.com/chapters
- http://book.realworldhaskell.org/read/
- https://www.fpcomplete.com/tags/haskell/ (Articles)
- https://www.stackage.org/ (API …
-
(0) Thank you Neil @ngunn for your helpful explanation of unzipping / modifying / zipping the package in the `.cabal` directory and then running `cabal install elm-yesod` again, here:
https://githu…
-
We tried to install pi-base on a server today and ran into some troubles. We followed the instructions up to the command "yesod devel", which seems to fail:
pi-base@daniel:~$ yesod devel
-bash: yesod…
-
I cannot get the following to work:
- from the outside, I want to provide https://foo.bar/app (because there are other services on that machine, and I have shibboleth access control on /app)
- apache …
-
```
Error connecting to gateway:
HttpExceptionRequest Request {
host = "127.0.0.1"
port = 43124
secure = False
requestHeaders = [("X-Real-I…
-
Thanks for sharing the project! I went through the codebase and saw that the subsite was modelled as `Application` type which represents a WAI application basically. Doing this IMO will limit the way …
psibi updated
8 years ago
-
In a Yesod app I have
```haskell
import Foundation
import Yesod.Core
import Text.Blaze
getHomeR :: Handler Html
getHomeR = defaultLayout $ setTitle "asdf"
tm…
-
I am running Windows XP SP3 with Haskell Platform 2012, in a mingw shell. Here are the original repro steps:
1. cabal install yesod-platform
2. Make sure yesod is in your path
3. yesod init -- call th…
-
On Fri, Sep 7, 2012 at 7:42 AM, Arthur Clemens arthurclemens@gmail.com wrote:
> This looks promising.
>
> Trying out, I notice that I need to hide ==. from Yesod and
> Database.Persist.Sqlite, so my…
-
The path pieces library is used to serialize the parts of a URL to and from Haskell values.
There are only a few typeclasses that need documenting, but example code on writing instances would be use…