Describe the bug
Recent versions of cabal-install allow using import statements in cabal.project files.
Haskell.nix doesn't seem to support these and gives an error about the imported file not existing.
I imagine this is due to some overzealous cleaning.
Steps To Reproduce
Try building cabal-install using haskell.nix.
The cabal.project file imports cabal.project.lastest-ghc.
This will give an error about the imported file not existing and the cabal-plan-to-nix-pkgs derivation fails to build.
Expected behavior
This should work.
Describe the bug
Recent versions of cabal-install allow using import statements in
cabal.projectfiles.Haskell.nix doesn't seem to support these and gives an error about the imported file not existing.
I imagine this is due to some overzealous cleaning.
Steps To Reproduce
Try building
cabal-installusing haskell.nix.The
cabal.projectfile importscabal.project.lastest-ghc.This will give an error about the imported file not existing and the
cabal-plan-to-nix-pkgsderivation fails to build.Expected behavior
This should work.