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@abbot:/srv/darcs/haddock.git$ git push --mirror [email protected]: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 '[email protected]:ghc/haddock.git' igloo@abbot:/srv/darcs/haddock.git$ git show 2b07607c4562034359f52b42055f8d2af4721ca4 commit 2b07607c4562034359f52b42055f8d2af4721ca4 Author: <[email protected]> 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 <[email protected]> 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
