[GHC] #1578: darcs-all work around for darcs Issue 467
GHC
trac at galois.com
Sat Jul 12 13:53:42 EDT 2008
#1578: darcs-all work around for darcs Issue 467
--------------------------+-------------------------------------------------
Reporter: thorkilnaur | Owner:
Type: bug | Status: new
Priority: normal | Milestone: _|_
Component: Build System | Version: 6.7
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Unknown |
--------------------------+-------------------------------------------------
Comment (by claus):
if you can use cygwin's `pwd`, you can use its `cygpath`, but if you don't
want to depend on cygwin, how about:
{{{
$ ghc -e System.Directory.getCurrentDirectory
"C:\\cygwin\\home\\cr3"
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1578#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list