[commit: ghc] master: Rename s/7.12.1/8.0.1/ two minor occurences (bb753c5)

git at git.haskell.org git at git.haskell.org
Tue Dec 8 10:32:54 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

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

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

commit bb753c50a1ca5dbc5c8dc28aabd2b7d40c79e729
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Dec 8 11:32:48 2015 +0100

    Rename s/7.12.1/8.0.1/ two minor occurences
    
    [skip ci]


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

bb753c50a1ca5dbc5c8dc28aabd2b7d40c79e729
 libraries/template-haskell/changelog.md   | 2 +-
 utils/mkUserGuidePart/Options/Language.hs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index e4edf63..8e09a75 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -2,7 +2,7 @@
 
 ## 2.11.0.0  *TBA*
 
-  * Bundled with GHC 7.12.1
+  * Bundled with GHC 8.0.1
 
   * The compiler can now resolve infix operator fixities in types on its own.
     The `UInfixT` constructor of `Type` is analoguous to `UInfixE` for expressions
diff --git a/utils/mkUserGuidePart/Options/Language.hs b/utils/mkUserGuidePart/Options/Language.hs
index ab3e20f..0fc3ea5 100644
--- a/utils/mkUserGuidePart/Options/Language.hs
+++ b/utils/mkUserGuidePart/Options/Language.hs
@@ -65,7 +65,7 @@ languageOptions =
            "Enable :ref:`Applicative do-notation desugaring <applicative-do>`"
          , flagType = DynamicFlag
          , flagReverse = "-XNoApplicativeDo"
-         , flagSince = "7.12.1"
+         , flagSince = "8.0.1"
          }
   , flag { flagName = "-XAutoDeriveTypeable"
          , flagDescription =



More information about the ghc-commits mailing list