Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to build for non-systemd systems
This will disable systemd integration for all cabal users, but fixes IntersectMBO#1200. There are two other ways to fix this: * provide a hackage overlay, which contains lobemo-scribe-systemd only or all 3rdparty packages and then add that overlay to cabal.project (downside: stack doesn't seem to be able to use hackage overlays) * provide 2 cabal.project files and let user choose via e.g.: --project-file=cabal.project.nosystemd (downside: maintaining yet another file)
- Loading branch information