[commit: ghc] master: Export languageExtensions as part of the API. (160160f)
git at git.haskell.org
git at git.haskell.org
Fri Aug 30 16:20:47 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/160160ff51e0e90693e74b6b0f306292e6c61170/ghc
>---------------------------------------------------------------
commit 160160ff51e0e90693e74b6b0f306292e6c61170
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Fri Aug 30 15:19:16 2013 +0100
Export languageExtensions as part of the API.
Fixes #8200
>---------------------------------------------------------------
160160ff51e0e90693e74b6b0f306292e6c61170
compiler/main/DynFlags.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index e8efca2..e80cf65 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -101,6 +101,7 @@ module DynFlags (
flagsPackage,
supportedLanguagesAndExtensions,
+ languageExtensions,
-- ** DynFlags C compiler options
picCCOpts, picPOpts,
More information about the ghc-commits
mailing list