summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2016-05-04 14:55:59 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2016-08-08 14:14:42 -0700
commitfe19be2de14a5506c1af21dc4d574f5ffd6acbdf (patch)
treed0d9b439c53c220278f1f2dc31ea1bec4c31aa46 /compiler
parent4d9c22d01561bda90632d9a470fd2a2bb167658a (diff)
downloadhaskell-fe19be2de14a5506c1af21dc4d574f5ffd6acbdf.tar.gz
Cabal submodule update.
There's a substantial bump to the haddock.Cabal allocation stats, because we added 50% more modules, so of course allocations are going to increase 50%. (But perhaps this is indicative of some bad constant factor in Haddock related to modules.) Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: ggreif, austin, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2442
Diffstat (limited to 'compiler')
-rw-r--r--compiler/main/HscTypes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/HscTypes.hs b/compiler/main/HscTypes.hs
index d297a83898..87ef5a2ef0 100644
--- a/compiler/main/HscTypes.hs
+++ b/compiler/main/HscTypes.hs
@@ -139,9 +139,9 @@ import ByteCodeTypes
import InteractiveEvalTypes ( Resume )
import GHCi.Message ( Pipe )
import GHCi.RemoteTypes
-import UniqFM
#endif
+import UniqFM
import HsSyn
import RdrName
import Avail