Tagged Questions
4
votes
1answer
141 views
shakespeare-js fails to compile on Heroku
When deploying my simple Yesod application to Heroku cabal fails when installing shakespeare-js-1.0.2
Building shakespeare-js-1.0.2...
Building persistent-1.0.2.2...
Building yaml-0.8.2.1...
...
1
vote
1answer
111 views
Host name not recognized error
I've been trying to setup keter for my yesod website, but I'm running into a bit of problems with the following:
Welcome to Keter
The hostname you have provided, 127.0.0.1:3000, is not recognized.
...
3
votes
1answer
173 views
Minimal haskell (ghc) program installation (deployment without ghc/cabal)
(My problem is about distribute binaries without haskell-platform, ghc, cabal, ...)
I need deploy a well cabal formed haskell application (a Yesod scaffolded) but I have disk space restrictions.
GHC ...
1
vote
1answer
105 views
Run Yesod app as specific user with Keter
How can I ask Keter to run my Yesod app as a specific user?
Running as root doesn't seem very safe. In addition, my application is calling an external command that would like to run as a non-superuser ...