-
Hey Franklin,
Thanks for putting this together. I can't comment directly on that code (I assume because I don't own the repo), so this will do.
So, in the context of what I was trying to say on twi…
-
# Deploying IHP on a NixOS Server | Zac Wood
A step by step guide on deploying a production Haskell application on a budget!
[https://zacwood.me/posts/deploying-ihp/](https://zacwood.me/posts/deploy…
-
```
The BSD license is probably the most popular license for Haskell
applications and libraries. A primary reason for this is that GHC has not
historically supported dynamic linking, and the legality…
-
I get a silent failure when I leave the 'description' as blank to `CreateGlobalApplicationCommand`, maybe this is not allowed by the API, but I think there would be an error response / exception at le…
-
Error using Parsec: "transformProgram: Simplify-SuperSimplify after Boxy WorkWrap"
```
$ ajhc -pparsec RssTest.hs
ajhc -pparsec RssTest.hs
ajhc 0.8.0.9 (26656dc5399d5ea92d63165396d1ef561b3dc01e)
Find…
-
Hello.
Debian Haskell Group maintains number of haskell applications and
libraries, some of which are not on stackage. Before starting
packaging, list of packages and their version, called "plan"…
-
**Is your feature request related to a problem? Please describe.**
Some applications' needs aren't fully met by the CLI and its `--json` flags.
Examples:
- evaluation involving multiple function…
-
GHCJS generally aims at producing a standalone application with its runtime and allows FFI with JS libraries. I'm currently trying to do the opposite - wrap the GHCJS output in JS API so that it could…
-
```
The BSD license is probably the most popular license for Haskell
applications and libraries. A primary reason for this is that GHC has not
historically supported dynamic linking, and the legality…
-
Current mode of operation:
1. Run an instrumented application to completion
2. Upload the resulting eventlog file to a trace collector or convert it into a chrome tracing file
Another mode that…