[commit: ghc] master: CoreUtils: Move seq* functions to CoreSeq (e29c2ac)

git at git.haskell.org git at git.haskell.org
Thu Jul 16 22:07:47 UTC 2015


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

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

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

commit e29c2acce0635565f549c917054203d0237bc803
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Jul 7 20:25:50 2015 +0200

    CoreUtils: Move seq* functions to CoreSeq
    
    These seem to sit near the top of the import graph and have been causing
    import cycles.


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

e29c2acce0635565f549c917054203d0237bc803
 compiler/coreSyn/CoreSeq.hs   | 111 ++++++++++++++++++++++++++++++++++++++++++
 compiler/coreSyn/CoreSubst.hs |   1 +
 compiler/coreSyn/CoreUtils.hs | 108 ----------------------------------------
 compiler/ghc.cabal.in         |   1 +
 compiler/ghc.mk               |   1 +
 5 files changed, 114 insertions(+), 108 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 e29c2acce0635565f549c917054203d0237bc803


More information about the ghc-commits mailing list