diff options
author | Mitch Tishmack <mitch.tishmack@gmail.com> | 2017-05-28 21:13:51 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-27 23:04:31 +0200 |
commit | cc57909e25afdd9fcefdb2cb74492e51c7ab0bb3 (patch) | |
tree | 61c18a4529acb425a0a51bc9905c6d3362f60222 /testing/py-pyramid-addons | |
parent | 002dd9d33ccb052baf19eae26c2d9fab05328251 (diff) | |
download | aports-cc57909e25afdd9fcefdb2cb74492e51c7ab0bb3.tar.bz2 aports-cc57909e25afdd9fcefdb2cb74492e51c7ab0bb3.tar.xz |
testing/idris: Fix build of idris with newer pkg versions
The use of cabal freeze only works for install/configure. cabal fetch
does not honor the cabal.config.
Ref:
https://github.com/haskell/cabal/issues/4256
Change the build to still use the freeze file, however put the cabal
directory to $srcdir/cabal, do not set CABAL_CONFIG so that constraints
get shadowed if future packages are released, when installing libffi
constrain libffi to version 0.1 and extract constraints from the
cabal.config.
Additionally, for cabal freeze add switch to ignore the base ghc packages
as they're not relevant to cabal install/fetch/build.
Finally, add any libffi transitive depdendencies missing from the cabal.config
file for idris. For now only one applies. Also force constraints manually on
cabal install libffi as cabal.config wasn't getting picked up.
Diffstat (limited to 'testing/py-pyramid-addons')
0 files changed, 0 insertions, 0 deletions