Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-20 | srcinfo | Jacob Errington | |
2017-02-20 | switch to cabal new-build | Jacob Errington | |
This will reuse packages from the global cache, greatly speeding up updates. | |||
2017-02-20 | pkgbuild using cabal sandbox | Jacob Errington | |
Hence, the package has no 'dependencies' per se as they are all pulled in by `cabal install --only-dependencies`. Then everything is statically linked, so we can just deploy the binary. |