Problem with haddock and binary repos in checkout from github
Ian Lynagh
igloo at earth.li
Sat Jun 25 20:23:59 CEST 2011
On Thu, Jun 23, 2011 at 10:34:09AM -0500, David Peixotto wrote:
> I'm running into a problem getting a copy of ghc from github. I think perhaps the haddock and binary repos are not properly synced. If I do
I've fixed the binary repo, but I can't fix the haddock one; anyone got
any ideas?:
igloo at abbot:/srv/darcs/haddock.git$ git push --mirror git at github.com:ghc/haddock.git
Counting objects: 9212, done.
Compressing objects: 100% (3141/3141), done.
error: object 2b07607c4562034359f52b42055f8d2af4721ca4:invalid author/committer line - missing space before email
fatal: Error in object
error: pack-objects died with strange error
error: failed to push some refs to 'git at github.com:ghc/haddock.git'
igloo at abbot:/srv/darcs/haddock.git$ git show 2b07607c4562034359f52b42055f8d2af4721ca4
commit 2b07607c4562034359f52b42055f8d2af4721ca4
Author: <davve at dtek.chalmers.se>
Date: Tue Apr 24 00:22:14 2007 +0000
Use filepath package instead of FilePath
diff --git a/haddock.cabal b/haddock.cabal
index d13db5c..d640983 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -8,7 +8,7 @@ maintainer: David Waern <davve at dtek.chalmers.se>
stability: stable
homepage: http://www.haskell.org/haddock/
synopsis: Haddock is a documentation-generation tool for Haskell libraries
-build-depends: base>=1.0, haskell98>=1.0, mtl>=1.0, ghc>=6.7, Cabal, FilePath>=
+build-depends: base>=1.0, haskell98>=1.0, mtl>=1.0, ghc>=6.7, Cabal, filepath,
extensions: CPP, PatternGuards
ghc-options: -fglasgow-exts
hs-source-dirs: src
Thanks
Ian
More information about the Cvs-ghc
mailing list