I noticed a possible problem with the repo at http://darcs.haskell.org/packages/filepath. Running "darcs get" followed by "darcs changes" seems like it should have the following patch:
Wed Nov 4 01:51:09 PST 2009 Simon Marlow <[email protected]> * The current directory is ".", not "" (GHC bug #2034) (patch version 2) However, when I looked my up-to-date local copy of the repo, the relevant changes were not in System/FilePath/Internal.hs. (They also can't be found in http://darcs.haskell.org/packages/filepath/System/FilePath/Internal.hs) >From the changes log, there's some sort of nested merging going on. If I'm reading it correctly, the net result of the merges was to undo that patch, which is probably not what was intended. Best, -Judah _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
