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/utils/State.hs | |
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/utils/State.hs')
-rw-r--r-- | compiler/utils/State.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/State.hs b/compiler/utils/State.hs index b8fcaa1576..0b6a285562 100644 --- a/compiler/utils/State.hs +++ b/compiler/utils/State.hs @@ -1,5 +1,5 @@ -module State where +module State (module State, mapAccumLM {- XXX hack -}) where import MonadUtils |