diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-07-07 20:25:50 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-07-16 23:12:19 +0200 |
commit | e29c2acce0635565f549c917054203d0237bc803 (patch) | |
tree | 69666cd0bfc0161048217f83750ec8b06f4b1236 /compiler/ghc.mk | |
parent | 02897c586f091de5ba2b73bbef4c6054b28955d4 (diff) | |
download | haskell-e29c2acce0635565f549c917054203d0237bc803.tar.gz |
CoreUtils: Move seq* functions to CoreSeq
These seem to sit near the top of the import graph and have been causing
import cycles.
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 0c02f49999..0e47887e5c 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -490,6 +490,7 @@ compiler_stage2_dll0_MODULES = \ CoreTidy \ CoreUnfold \ CoreUtils \ + CoreSeq \ CostCentre \ Ctype \ DataCon \ |