diff options
author | Ian Lynagh <igloo@earth.li> | 2008-01-24 14:18:00 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-01-24 14:18:00 +0000 |
commit | 6c7b41cc2b24f533697a62bf1843507ae043fc97 (patch) | |
tree | ad812ae956b6381f85a3cedf0aa07e20436efd6b /compiler/specialise | |
parent | 80ef1f06253f1a20a63816c295e180e47cd9a347 (diff) | |
download | haskell-6c7b41cc2b24f533697a62bf1843507ae043fc97.tar.gz |
Fix the build
Work around various problems caused by some of the monadification patches
not being applied.
Diffstat (limited to 'compiler/specialise')
-rw-r--r-- | compiler/specialise/SpecConstr.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/specialise/SpecConstr.lhs b/compiler/specialise/SpecConstr.lhs index d9903ee3e4..f0648ccc00 100644 --- a/compiler/specialise/SpecConstr.lhs +++ b/compiler/specialise/SpecConstr.lhs @@ -47,6 +47,7 @@ import UniqSupply import Outputable import FastString import UniqFM +import MonadUtils \end{code} ----------------------------------------------------- |