[commit: ghc] master: Expose FrontendPluginAction (104c72b)
git at git.haskell.org
git at git.haskell.org
Tue Jul 25 15:24:15 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/104c72b38eea3622f050323404b0f827ee2ec53a/ghc
>---------------------------------------------------------------
commit 104c72b38eea3622f050323404b0f827ee2ec53a
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Tue Jul 25 16:22:39 2017 +0100
Expose FrontendPluginAction
It is mentioned in the API but not exported.
>---------------------------------------------------------------
104c72b38eea3622f050323404b0f827ee2ec53a
compiler/main/Plugins.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/main/Plugins.hs b/compiler/main/Plugins.hs
index 74403ed..273bf7a 100644
--- a/compiler/main/Plugins.hs
+++ b/compiler/main/Plugins.hs
@@ -1,5 +1,5 @@
module Plugins (
- FrontendPlugin(..), defaultFrontendPlugin,
+ FrontendPlugin(..), defaultFrontendPlugin, FrontendPluginAction,
Plugin(..), CommandLineOption,
defaultPlugin
) where
More information about the ghc-commits
mailing list