[GHC] #11804: Export zonkEvBinds from TcHsSyn.
#11804: Export zonkEvBinds from TcHsSyn. -------------------------------------+------------------------------------- Reporter: conal | Owner: Type: feature | Status: new request | Priority: normal | Milestone: Component: Compiler | Version: 8.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Needed for constructing correct constraint-satisfying code (particularly type class instances) in a Core-to-Core transformation. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11804> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11804: Export zonkEvBinds from TcHsSyn. -------------------------------------+------------------------------------- Reporter: conal | Owner: Type: feature request | Status: merge Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => merge * version: 8.1 => 7.11 * milestone: => 8.0.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11804#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11804: Export zonkEvBinds from TcHsSyn. -------------------------------------+------------------------------------- Reporter: conal | Owner: Type: feature request | Status: merge Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"5a1add134fdb2ab4d91b0f66de1dc89f0cd69354/ghc" 5a1add13/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="5a1add134fdb2ab4d91b0f66de1dc89f0cd69354" Export zonkEvBinds from TcHsSyn. Needed for constructing correct constraint-satisfying code (particularly type class instances) in a Core-to-Core transformation. Reviewers: simonpj, austin, bgamari Reviewed By: austin, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2088 GHC Trac Issues: #11804 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11804#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11804: Export zonkEvBinds from TcHsSyn. -------------------------------------+------------------------------------- Reporter: conal | Owner: Type: feature request | Status: closed Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: merge => closed * resolution: => fixed Comment: Merged to `ghc-8.0` in ea173634a219e1191144a8c924d88fc6579d4274. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11804#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC