summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-07-10Provide stronger isolation from the global package DBSebastian Reuße
Since Haskell-packages on Arch no longer ship static components, a static, sandboxed build would fail if some dependencies are already installed globally. To fix this, we use the Arch-supplied boot-only-libs package DB, which will convince Cabal to reinstall our dependencies (including static components).
2017-03-08Add dependencySebastian Reuße
The binary also (newly?) links against libffi, which we now include as a dependency.
2017-03-08Rename packageSebastian Reuße
Upstream’s previous URL now redirects to Peaker/git-mediate.
2016-01-30Do build dependencies as shared libraries, too.Sebastian Reuße
optparse-applicative currently won’t build when transformers resp. transformers-compat are not built as shared libraries (causing missing .so errors when building). This holds even when we are only making a static executable, for reasons unknown to me. It appears to be a known issue that modules pulling in TemplateHaskell without properly declaring this can cause such problems, but neither transformers nor transformers-compat appear to use TemplateHaskell.
2015-09-12Init.Sebastian Reuße