summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-07-07 20:25:50 +0200
committerBen Gamari <ben@smart-cactus.org>2015-07-16 23:12:19 +0200
commite29c2acce0635565f549c917054203d0237bc803 (patch)
tree69666cd0bfc0161048217f83750ec8b06f4b1236 /compiler/ghc.cabal.in
parent02897c586f091de5ba2b73bbef4c6054b28955d4 (diff)
downloadhaskell-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.cabal.in')
-rw-r--r--compiler/ghc.cabal.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 38e92f89d6..941f21955a 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -259,6 +259,7 @@ Library
CoreTidy
CoreUnfold
CoreUtils
+ CoreSeq
MkCore
PprCore
Check