Hey Frédéric, On Sun, Jun 07, 2020 at 01:29PM, PICCA Frederic-Emmanuel wrote: > Hello, I am trying to compile uuagc-cabal and it seems that it is not that > easy to make it compile. > > https://github.com/UU-ComputerScience/uuagc/issues/3 > > so the question is should we keep it or remove it from Debian ?
There is a recent PR that addresses that problem: https://github.com/UU-ComputerScience/uuagc/pull/4 Could you try if it works? > another solution would be to skip it for now until we updated most of the > current haskell stack. > In that case someone can explain how to avoir compiling it with dht make-all You can skip a package with the `--excluded-packages` flag. See `dht make-all --help` for more info. -- Ilias
