Repository : ssh://[email protected]/ghc

On branch  : master
Link       : 
http://ghc.haskell.org/trac/ghc/changeset/160160ff51e0e90693e74b6b0f306292e6c61170/ghc

>---------------------------------------------------------------

commit 160160ff51e0e90693e74b6b0f306292e6c61170
Author: Jan Stolarek <[email protected]>
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,


_______________________________________________
ghc-commits mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to