Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/c080f727ba5f83921b842fcff71e9066adbdc250/ghc
>--------------------------------------------------------------- commit c080f727ba5f83921b842fcff71e9066adbdc250 Author: Nicolas Frisby <[email protected]> Date: Thu Aug 22 15:05:30 2013 -0500 simplified the .hi format and added the -flate-dmd-anal flag (fixes #7782) cf http://ghc.haskell.org/trac/ghc/wiki/LateDmd >--------------------------------------------------------------- c080f727ba5f83921b842fcff71e9066adbdc250 compiler/coreSyn/CoreSubst.lhs | 27 ++------------ compiler/coreSyn/CoreSyn.lhs | 14 ++++---- compiler/coreSyn/CoreTidy.lhs | 7 +--- compiler/coreSyn/CoreUnfold.lhs | 6 ++-- compiler/coreSyn/PprCore.lhs | 2 +- compiler/iface/BinIface.hs | 2 -- compiler/iface/IfaceSyn.lhs | 35 ++++++------------ compiler/iface/MkIface.lhs | 7 ++-- compiler/iface/TcIface.lhs | 74 ++++++++++++++++++++------------------ compiler/main/DynFlags.hs | 5 +++ compiler/main/TidyPgm.lhs | 5 --- compiler/simplCore/OccurAnal.lhs | 2 +- compiler/simplCore/SimplCore.lhs | 11 +++++- compiler/simplCore/Simplify.lhs | 8 ++--- compiler/stranal/WorkWrap.lhs | 32 +++-------------- 15 files changed, 89 insertions(+), 148 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 c080f727ba5f83921b842fcff71e9066adbdc250 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
