
#554: HStringTemplate fails to build when building gitit ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: defect | Status: new Priority: normal | Milestone: cabal-install-0.6 Component: Cabal library | Version: 1.6.0.1 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- Fresh install of GHC (6.10.3), cabal (1.6.0.2) and cabal-install (0.6.2). Ran the command: cabal install -fhighlighting gitit And saw the following error: Linking dist/build/pandoc/pandoc ... Created man/man1/pandoc.1 Created man/man1/hsmarkdown.1 Created man/man1/html2markdown.1 Created man/man1/markdown2pdf.1 Installing library in /Users/njritter/.cabal/lib/pandoc-1.2/ghc-6.10.3 Installing executable(s) in /Users/njritter/.cabal/bin Registering pandoc-1.2... Reading package info from "dist/installed-pkg-config" ... done. Writing new package config file... done. cabal: Error: some packages failed to install: HStringTemplate-0.5.1.1 failed during the building phase. The exception was: exit: ExitFailure 1 gitit-0.5.3 depends on HStringTemplate-0.5.1.1 which failed to install. cletus:cabal-install-0.6.2 njritter$ cabal install -fhighlighting -fciteproc gitit Resolving dependencies... Configuring HStringTemplate-0.5.1.1... Preprocessing library HStringTemplate-0.5.1.1... Building HStringTemplate-0.5.1.1... Text/StringTemplate/GenericStandard.hs:12:7: Could not find module `Data.Generics.Aliases': it was found in multiple packages: base-3.0.3.1 syb cabal: Error: some packages failed to install: HStringTemplate-0.5.1.1 failed during the building phase. The exception was: exit: ExitFailure 1 gitit-0.5.3 depends on HStringTemplate-0.5.1.1 which failed to install. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/554 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects