Isaac van Bakel
Isaac van Bakel
Cabal 3.6 introduced a breaking change where many `FilePath`s were replaced with `SymbolicPath`s - this adds in a compatibility layer for that change.
This is based on the system in saurabhnanda/odd-jobs#55, and aims to address saurabhnanda/odd-jobs#38, where jobs need to have some limited access to resources that controls how many can run simultaneously....
This makes two changes: * For compatibility with 3.4+ without warnings, `fromComponents` has been replaced with a call to `fromString` and `intercalate`. * For compatibility with 3.6+, `Autopack.hs` now uses...