summaryrefslogtreecommitdiff
path: root/compiler/utils/State.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/State.hs')
-rw-r--r--compiler/utils/State.hs2
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