haskell/hie-bios

gen-hie is producing cabal instead of stack

PaulJohnson opened this issue · 2 comments

I've got a project with a stack.yaml file, but gen-hie starts with

cradle:
  cabal:

I think you meant to post an issue for https://github.com/Avi-D-coder/implicit-hie. Do you have dist-newstyle in your directory? If so, it will use cabal; see https://github.com/Avi-D-coder/implicit-hie/blob/master/app/Main.hs#L36-L43

Right, that explains it. I thought gen-hie must be using hie-bios. And you are correct, I did have dist-newstyle. Sorry for the confusion.