#2389: ghc-pkg can't use path with spaces.
-------------------------+--------------------------------------------------
    Reporter:  shelarcy  |        Owner:         
        Type:  bug       |       Status:  new    
    Priority:  normal    |    Milestone:         
   Component:  Compiler  |      Version:  6.8.3  
    Severity:  normal    |   Resolution:         
    Keywords:            |     Testcase:         
Architecture:  Multiple  |           Os:  Windows
-------------------------+--------------------------------------------------
Comment (by claus):

 if you have control over the filename format, you could try short names as
 a workaround?
 {{{
 $ pwd
 /cygdrive/c/Documents and Settings/cr3

 $ cygpath -m `pwd`
 c:/Documents
 and
 Settings/cr3

 $ cygpath -m "`pwd`"
 c:/Documents and Settings/cr3

 $ cygpath -ms "`pwd`"
 c:/DOCUME~1/cr3
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2389#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to