Open
Description
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.