Closed dashea closed 7 years ago
Actually this seems to be any time cabal-rpm tries to install a dependency that's available via dnf. This is using cabal-rpm-0.11.1-1.fc26.x86_64
I can't reproduce this yet. I works for me.
Just to be sure what is the output of cabal-rpm --version
?
Is it because you are not using sudo perhaps?
Also could you post the output from cabal-rpm when you do this?
Nevermind, I think I have fixed this now in git.
Perhaps you could just test it works for you or I can do a release on Hackage that you can cabal install
if that is easier for you.
The latest from git works for me, thanks
Great thanks
This should be fixed in cabal-rpm-0.11.2
The command it tried to exec ends up being ["dnf", "", "install", "ghc-rpm-macros"], which causes dnf to print the help output and exit.