Package static haskell stuff #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.