[commit: packages/hoopl] master: Update `LANGUAGE` pragma lists (ade2e97)

git at git.haskell.org git at git.haskell.org
Fri Oct 25 06:59:38 UTC 2013


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

On branch  : master
Link       : http://git.haskell.org/packages/hoopl.git/commitdiff/ade2e978737f787e7e5542477db483d1a9a7c6cf

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

commit ade2e978737f787e7e5542477db483d1a9a7c6cf
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Oct 25 08:53:23 2013 +0200

    Update `LANGUAGE` pragma lists
    
    `CPP` was missing from many `LANGUAGE` declarations, and a few
    extensions become redundant with Haskell2010.
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

ade2e978737f787e7e5542477db483d1a9a7c6cf
 src/Compiler/Hoopl.hs                  |    1 +
 src/Compiler/Hoopl/Block.hs            |    2 +-
 src/Compiler/Hoopl/Checkpoint.hs       |    2 +-
 src/Compiler/Hoopl/Collections.hs      |    2 +-
 src/Compiler/Hoopl/Combinators.hs      |    2 +-
 src/Compiler/Hoopl/Dataflow.hs         |    2 +-
 src/Compiler/Hoopl/DataflowFold.hs     |    2 +-
 src/Compiler/Hoopl/Debug.hs            |    2 +-
 src/Compiler/Hoopl/Fuel.hs             |    2 +-
 src/Compiler/Hoopl/GHC.hs              |    2 +-
 src/Compiler/Hoopl/Graph.hs            |    2 +-
 src/Compiler/Hoopl/Haddock.hs          |    2 +-
 src/Compiler/Hoopl/Internals.hs        |    2 +-
 src/Compiler/Hoopl/Label.hs            |    2 +-
 src/Compiler/Hoopl/MkGraph.hs          |    2 +-
 src/Compiler/Hoopl/OldDataflow.hs      |    2 +-
 src/Compiler/Hoopl/Passes/DList.hs     |    2 +-
 src/Compiler/Hoopl/Passes/Dominator.hs |    2 +-
 src/Compiler/Hoopl/Passes/Live.hs      |    2 +-
 src/Compiler/Hoopl/Pointed.hs          |    2 +-
 src/Compiler/Hoopl/Shape.hs            |    2 +-
 src/Compiler/Hoopl/Show.hs             |    2 +-
 src/Compiler/Hoopl/Stream.hs           |    2 +-
 src/Compiler/Hoopl/Unique.hs           |    2 +-
 src/Compiler/Hoopl/Wrappers.hs         |    1 +
 src/Compiler/Hoopl/XUtil.hs            |    2 +-
 26 files changed, 26 insertions(+), 24 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 ade2e978737f787e7e5542477db483d1a9a7c6cf


More information about the ghc-commits mailing list