Skip to content

Instantly share code, notes, and snippets.

@moritz
Created October 12, 2011 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moritz/1281161 to your computer and use it in GitHub Desktop.
Save moritz/1281161 to your computer and use it in GitHub Desktop.
cabal install haskeline
p6eval@host04:~/Pugs.hs/Pugs$ cabal install haskeline
Resolving dependencies...
[1 of 1] Compiling Main ( /tmp/haskeline-0.6.4.319813/haskeline-0.6.4.3/Setup.hs, /tmp/haskeline-0.6.4.319813/haskeline-0.6.4.3/dist/setup/Main.o )
Linking /tmp/haskeline-0.6.4.319813/haskeline-0.6.4.3/dist/setup/setup ...
Configuring haskeline-0.6.4.3...
checking whether to use -liconv... not needed.
Preprocessing library haskeline-0.6.4.3...
Building haskeline-0.6.4.3...
System/Console/Haskeline/MonadException.hs:23:7:
Could not find module `Control.Monad.State':
There are files missing in the `mtl-1.1.1.0' package,
try running 'ghc-pkg check'.
Use -v to see a list of the files searched for.
cabal: Error: some packages failed to install:
haskeline-0.6.4.3 failed during the building phase. The exception was:
ExitFailure 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment