Hi, On Sat, 16 Apr 2022, at 10:05, Andreas Karnetzki wrote: > Dear Maintainer, > > I have package libghc-yaml-dev (0.11.4.0-1+b4) already installed and wanted > to install reserialize with apt-get. > > Execution of this command failes: > > $ sudo apt-get install --no-install-recommends > > Result: > > dpkg: error processing archive > /var/cache/apt/archives/reserialize_20210909-2_all.deb (--unpack): > trying to overwrite '/usr/bin/json2yaml', which is also in package libghc- > yaml-dev 0.11.4.0-1-b4 > > Expected behavior would be, either use a different name for the conflicting > program, or > use the alternatives system of debian to organize the conflict.
Wouldn’t Conflicts: libghc-yaml-dev be enough? -- Cheers, Andrej

