File: GhcPlugins.hs

package info (click to toggle)
haskell-ghc-tcplugins-extra 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: haskell: 901; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module GhcApi.GhcPlugins (module GHC.Plugins, findPluginModule, panicDoc) where

import GHC.Plugins hiding (TcPlugin, mkSubst)
import GHC.Driver.Finder (findPluginModule)
import GHC.Utils.Panic (panicDoc)