#9184: Allow the use of Python 3 when building GHC -------------------------------------+------------------------------------- Reporter: aspidites | Owner: Type: feature request | Status: closed Priority: normal | Milestone: 8.0.1 Component: Build System | Version: 7.8.2 Resolution: fixed | Keywords: python Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D310 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"7214e924ca690946288ccf681ef652cee3cb114c/ghc" 7214e92/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="7214e924ca690946288ccf681ef652cee3cb114c" testsuite: Remove Unicode literals from driver They are not supported by Python 3.0, 3.1, and 3.2 (but are supported by
= 3.3; silliness!)
Test Plan: Validate on python 3.2 Reviewers: austin Subscribers: simonpj, thomie Differential Revision: https://phabricator.haskell.org/D2778 GHC Trac Issues: #12909, #9184 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9184#comment:24> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler