I was provided with the Setup.hs file along with another .hs file that contains the source code. Whenever I try to configure the installation, follow these steps:
runhaskell Setup.hs configure
I get an error message:
Customization: at least, the following dependencies are missing: binary> = 0.4.0 && <0.6.0, haskeline == 0.6. *
Since then I have installed these dependencies using cabal, but when I try to run the Setup configure command again, I get the same error. I am completely unfamiliar with Haskell - is there another step that I am missing after completing the cabal installation before trying to run the program again?
haskell cabal cabal-install
mawhidby
source share