#7260: directory-1.1.0.2 fails to build on ghc 7.0.3
------------------------------+---------------------------------------------
Reporter: sopvop | Owner:
Type: bug | Status: new
Priority: normal | Component: libraries/directory
Version: 7.0.3 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Testcase:
Blockedby: | Blocking:
Related: |
------------------------------+---------------------------------------------
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
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7260>
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