#2034: In FilePath, current directory should be ".", not ""
--------------------------------+-------------------------------------------
  Reporter:  igloo              |          Owner:  neil            
      Type:  proposal           |         Status:  closed          
  Priority:  normal             |      Milestone:  Not GHC         
 Component:  libraries (other)  |        Version:  6.8.1           
Resolution:  fixed              |       Keywords:                  
  Testcase:                     |      Blockedby:                  
Difficulty:  Unknown            |             Os:  Unknown/Multiple
  Blocking:                     |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown       |  
--------------------------------+-------------------------------------------

Comment(by robertmassaioli):

 This change was certainly for the better but it took me a while to figure
 out that it was causing a problem in the line:

 {{{
 validFilePaths = filterM (doesDirectoryExist . dropFileName)
 }}}

 In the code here:
 https://github.com/robertmassaioli/htee/blob/master/Main.hs

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2034#comment:11>
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