Ticket #7260 (closed bug: wontfix)
directory-1.1.0.2 fails to build on ghc 7.0.3
Description
It checks for ghc 7.0.3 here, but getFileSystemEncoding only appeared in base 4.5, which is ghc 7.2.1
#if __GLASGOW_HASKELL__ < 703 getFileSystemEncoding :: IO TextEncoding getFileSystemEncoding = return fileSystemEncoding #endif
Change History
Note: See
TracTickets for help on using
tickets.
