[GHC] #7971: doesDirectoryExist description differs from its behavior

GHC ghc-devs at haskell.org
Sat Jun 8 18:01:53 CEST 2013


#7971: doesDirectoryExist description differs from its behavior
----------------------------------------+-----------------------------------
Reporter:  dsf                          |          Owner:                     
    Type:  bug                          |         Status:  new                
Priority:  normal                       |      Component:  libraries/directory
 Version:  7.6.3                        |       Keywords:                     
      Os:  Unknown/Multiple             |   Architecture:  Unknown/Multiple   
 Failure:  Incorrect result at runtime  |      Blockedby:                     
Blocking:                               |        Related:                     
----------------------------------------+-----------------------------------

Comment(by dsf):

 Are you sure?  I'm seeing this:

 {{{
 $ ls -l bin
 lrwxrwxrwx 1 dsf dsf 15 Jun 18  2012 bin -> darcs/home/bin/
 $ ghci
 GHCi, version 7.6.2: http://www.haskell.org/ghc/  :? for help
 Prelude> :m +System.Directory
 Prelude System.Directory> doesDirectoryExist "bin"
 True
 Prelude System.Directory>
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7971#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list