#614: Rewrite the I/O library. ----------------------------------+-------------------- Reporter: simonmar | Owner: (none) Type: task | Status: closed Priority: normal | Milestone: Component: libraries/base | Version: None Resolution: None | Keywords: Type of failure: None/Unknown | ----------------------------------+-------------------- Changes (by Ben Gamari <ben@…>): * failure: => None/Unknown Comment: In [changeset:"900c47f88784b91517c00be3e1087322e62f698e/ghc" 900c47f8/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="900c47f88784b91517c00be3e1087322e62f698e" rts/Printer.c: always define the findPtr symbol It was previously only defined (and therefore shipped) when DEBUG is defined. This patch defines it regardless of DEBUG. This will help fix hadrian on OS X [1]. [1]: https://github.com/snowleopard/hadrian/issues/614 Test Plan: The error from hadrian#614 is gone Reviewers: bgamari, erikd, simonmar Reviewed By: simonmar Subscribers: rwbarton, carter Differential Revision: https://phabricator.haskell.org/D5138 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/614#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler