Skip to content
Snippets Groups Projects
  1. Oct 31, 2013
  2. Oct 29, 2013
    • Richard Eisenberg's avatar
      Fix Trac #8485. · 9366e019
      Richard Eisenberg authored
      The problem was that the renamer treated role annotations by looking
      up the annotated type in the module being compiled. If this check
      succeeded, it was assumed that the annotated type was being compiled
      at the same time. But this assumption is false! In GHCi (and Template
      Haskell), sometimes compilation within one module can be staged. So,
      now there is a more intricate check for orphan role annotations. This
      also has the benefit of producing better error messages.
      9366e019
  3. Oct 28, 2013
  4. Oct 27, 2013
  5. Oct 26, 2013
  6. Oct 25, 2013
Loading