[commit: ghc] master: Reexport Language.Haskell.TH.Lib from Language.Haskell.TH (343b147)

git at git.haskell.org git at git.haskell.org
Sun Dec 18 01:02:09 UTC 2016


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

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

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

commit 343b1473fa3ad1f90e4f9708dbc4d8127382dc36
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Sat Dec 17 18:08:36 2016 -0500

    Reexport Language.Haskell.TH.Lib from Language.Haskell.TH
    
    Reexporting `Language.Haskell.TH.Lib` from `Language.Haskell.TH` ensures
    that `Language.Haskell.TH` will continue to expose all of the functions
    that `Language.Haskell.TH.Lib` does in the future.
    
    Fixes #12992.
    
    Test Plan: ./validate
    
    Reviewers: austin, bgamari, goldfire
    
    Reviewed By: bgamari, goldfire
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2867
    
    GHC Trac Issues: #12992


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

343b1473fa3ad1f90e4f9708dbc4d8127382dc36
 libraries/template-haskell/Language/Haskell/TH.hs  |  85 +----------------
 .../template-haskell/Language/Haskell/TH/Lib.hs    | 104 ++++++++++++++++++++-
 libraries/template-haskell/changelog.md            |  11 +++
 3 files changed, 115 insertions(+), 85 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 343b1473fa3ad1f90e4f9708dbc4d8127382dc36


More information about the ghc-commits mailing list