1. Summarise the issue (what were doing, what went wrong?)
Tried to build darcs using cabal install darcs.
Failed with several dependency problems:
cabal: Error: some packages failed to install:
HTTP-4000.2.6 depends on parsec-3.1.3 which failed to install.
darcs-2.8.3 depends on hashed-storage-0.5.10 which failed to install.
hashed-storage-0.5.10 failed during the building phase. The exception
was:
ExitFailure 1
haskeline-0.6.4.7 failed during the building phase. The exception was:
ExitFailure 1
network-2.3.2.0 depends on parsec-3.1.3 which failed to install.
parsec-3.1.3 failed during the building phase. The exception was:
ExitFailure 1
I also see:
Storage/Hashed/Monad.hs:34:8:
Could not find module `Control.Monad.RWS.Strict'
Perhaps you haven't installed the profiling libraries for package
`mtl-2.1.2'?
Use -v to see a list of the files searched for.
and
Text/Parsec/Prim.hs:78:8:
Could not find module `Control.Monad.Error.Class'
Perhaps you haven't installed the profiling libraries for package
`mtl-2.1.2'?
Use -v to see a list of the files searched for.
2. What behaviour were you expecting instead?
successful build
3. What darcs version are you using? (Try: darcs --exact-version)
trying to upgrade from pre-built 2.5 to 2.8
4. What operating system are you running?
Mac OSX Lion. Fresh download of Haskell framework.
|