我正试图通过cabal安装来安装hake.
首先 - 虽然最新的软件包是1.3.7,但cabal试图安装1.2
除此之外:
~ % cabal install hake-1.2
Resolving dependencies...
Configuring hake-1.2...
Building hake-1.2...
Preprocessing library hake-1.2...
Development/Hake.hs:49:8:
Could not find module `System.Directory.Tools'
Perhaps you meant System.Directory (from directory-1.1.0.2)
Use -v to see a list of the files searched for.
Failed to install hake-1.2
cabal: Error: some packages failed to install:
hake-1.2 failed during the building phase. The exception was:
ExitFailure 1
Run Code Online (Sandbox Code Playgroud)
如果我试着更具体 - 我得到其他错误
~ % cabal install hake-1.3.7
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: …Run Code Online (Sandbox Code Playgroud)