Package static haskell stuff #3
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Stack, cabal & others require a lot of dependencies because they've been built statically. As I can only think of 3 Haskell packages that I use (pandoc, stack & cabal), I think it would be realistic to just package my own statically build versions of these to use instead of the dependency giants.
pandoc-bin already exists, so we can base ourselves off that.