Has anyone gotten gitit to build with ghc 7.0.3? I'm stuck on the build failure below:
bash-3.2$ cabal install gitit
Resolving dependencies...
Configuring gitit-0.7.3.12...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package ghc-7.0.3 requires process-1.0.1.5
package Cabal-1.10.1.0 requires process-1.0.1.5
package pandoc-1.8.1.1 requires process-1.0.1.5
package hslogger-1.1.4 requires process-1.0.1.5
package haskell98-1.1.0.1 requires process-1.0.1.5
package happstack-util-0.5.0.3 requires process-1.0.1.5
package happstack-server-0.5.0.4 requires process-1.0.1.5
package gitit-0.7.3.12 requires process-1.0.1.5
package filestore-0.4.0.4 requires process-1.0.1.5
package MissingH-1.1.0.3 requires process-1.0.1.5
Preprocessing library gitit-0.7.3.12...
Preprocessing executables for gitit-0.7.3.12...
Building gitit-0.7.3.12...
<command line>: cannot satisfy -package-id ConfigFile-1.0.6-e2a3a6538b3a1c57f8dd51c99aa57543:
ConfigFile-1.0.6-e2a3a6538b3a1c57f8dd51c99aa57543 is unusable due to missing or recursive dependencies:
MissingH-1.1.0.3-31b60ce1380aa95e213c415ccddf6134 haskell98-1.1.0.1-6c0d823d8a0fe4966441285c9ec0b534
(use -v for more information)
cabal: Error: some packages failed to install:
gitit-0.7.3.12 failed during the building phase. The exception was:
ExitFailure 1
bash-3.2$
Strangely, ghc-pkg tells me that I already have ConfigFile-1.0.6, MissingH-1.1.0.3, and haskell98-1.1.0.1. Running 'ghc-pkg check' shows no issues.
- Conal