Tim McGilchrist
Tim McGilchrist
+1 same issue
https://github.com/helium/airship/blob/master/src/Airship/Internal/Decision.hs#L384-L390
It works really nicely with cabal new-build for me.
Duplicate of https://github.com/haskell-mafia/mafia/pull/209
Most of the work is done here: https://github.com/haskell-mafia/mafia/pull/234 Remaining issue is just sorting out the failing chaos integration test.
As a work around I've hardcoded my shell to use 7.8.4
https://github.com/haskell/cabal/issues/5661
Nothing I can think of. Is there ever a situation where minor versions *need* a different version of a package? My typical practice was to copy the lock file across...
The latest Cabal we support is 2.4, I personally haven't updated to anything more recent than that for my workflows. @erikd is right the roots of mafia are tied to...
Can you say a bit more about why we need this? @samoht