Ticket #7260 (closed bug: wontfix)

Opened 8 months ago

Last modified 8 months ago

directory-1.1.0.2 fails to build on ghc 7.0.3

Reported by: sopvop Owned by:
Priority: normal Milestone:
Component: libraries/directory Version: 7.0.3
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

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

Changed 8 months ago by sopvop

  • status changed from new to closed
  • resolution set to wontfix

Actually it can't be built on 7.0.3 at all, because fileSystemEncoding only existed in base 4.4.

Closing because it's too much effort to fix it. But lots of checks in code should be cleaned even in latest 1.2 because it does not support anything below base 4.4 (ghc-7.2.1)

Note: See TracTickets for help on using tickets.