You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mainly due to a cabal bug and should be removed in
the future: haskell/cabal#5444
There are various distros, where installing development files
of libsystemd won't be an option:
- Alpine (doesn't have systemd at all)
- Gentoo (not installable when eudev is installed)
- Exherbo (not installable when eudev is installed)
Users are expected to run the script and then execute cabal like so:
cabal build --project-file=cabal.nosystemd.project all
0 commit comments