[GHC] #10575: "unsatisfied constraints" typo

#10575: "unsatisfied constraints" typo -------------------------------------+------------------------------------- Reporter: ekmett | Owner: ekmett Type: bug | Status: new Priority: low | Milestone: Component: Core | Version: 7.10.1 Libraries | Operating System: Unknown/Multiple Keywords: | Type of failure: None/Unknown Architecture: | Blocked By: Unknown/Multiple | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- {{{ UnsatisfiedConstraints -> "unsatisified constraints" }}} should be {{{ UnsatisfiedConstraints -> "unsatisfied constraints" }}} in http://hackage.haskell.org/package/base-4.8.0.0/docs/src/GHC-IO- Exception.html#line-326 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10575 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10575: "unsatisfied constraints" typo -------------------------------------+------------------------------------- Reporter: ekmett | Owner: ekmett Type: bug | Status: merge Priority: low | Milestone: 7.10.2 Component: Core Libraries | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thomie): * status: new => merge * milestone: => 7.10.2 Comment: Fixed in 49d99ebf6e341e26caf1d3db794cb6fa06ee72f6. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10575#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10575: "unsatisfied constraints" typo -------------------------------------+------------------------------------- Reporter: ekmett | Owner: ekmett Type: bug | Status: closed Priority: low | Milestone: 7.10.2 Component: Core Libraries | Version: 7.10.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by bgamari): * status: merge => closed * resolution: => fixed -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10575#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10575: "unsatisfied constraints" typo
-------------------------------------+-------------------------------------
Reporter: ekmett | Owner: ekmett
Type: bug | Status: closed
Priority: low | Milestone: 7.10.2
Component: Core Libraries | Version: 7.10.1
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by bgamari):
Merged to 7.10 with,
{{{
commit df6665e0cfdd23567bd32d222154ab25dbc39079
Author: Gabor Greif
participants (1)
-
GHC