summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/plugin-recomp/PurePlugin.hs
blob: c106aa3400737ea37774b9574cb6a22c17391e54 (plain)
1
2
3
4
5
6
7
8
9
10
module PurePlugin where

import GhcPlugins
import Common

plugin :: Plugin
plugin = defaultPlugin {
    installCoreToDos = install,
    pluginRecompile  = purePlugin
  }