Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ryan Scott's avatar
    fbcb886d
    Make CodeQ and TExpQ levity polymorphic · fbcb886d
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    The patch is quite straightforward. The only tricky part is that
    `Language.Haskell.TH.Lib.Internal` now must be `Trustworthy` instead
    of `Safe` due to the `GHC.Exts` import (in order to import `TYPE`).
    
    Since `CodeQ` has yet to appear in any released version of
    `template-haskell`, I didn't bother mentioning the change to `CodeQ`
    in the `template-haskell` release notes.
    
    Fixes #18521.
    fbcb886d
    History
    Make CodeQ and TExpQ levity polymorphic
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    The patch is quite straightforward. The only tricky part is that
    `Language.Haskell.TH.Lib.Internal` now must be `Trustworthy` instead
    of `Safe` due to the `GHC.Exts` import (in order to import `TYPE`).
    
    Since `CodeQ` has yet to appear in any released version of
    `template-haskell`, I didn't bother mentioning the change to `CodeQ`
    in the `template-haskell` release notes.
    
    Fixes #18521.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.