summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2009-03-26 07:50:47 -0700
committerDaniel Burrows <dburrows@debian.org>2009-03-26 07:50:47 -0700
commitba3870f08357273b89d343e360ed9fa49e3c12bb (patch)
tree5fa8adb3f822388200abbf4838750e1d5db68cc6 /tools
parentce27850cbd0051c7eb2226723d258d5b1c13c4ef (diff)
downloadaptitude-ba3870f08357273b89d343e360ed9fa49e3c12bb.tar.gz
Make the log parser strict in the parse state, just to be safe.
Diffstat (limited to 'tools')
-rw-r--r--tools/resolver-visualize/Resolver/Log.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resolver-visualize/Resolver/Log.hs b/tools/resolver-visualize/Resolver/Log.hs
index 5c741648..3927e69a 100644
--- a/tools/resolver-visualize/Resolver/Log.hs
+++ b/tools/resolver-visualize/Resolver/Log.hs
@@ -189,7 +189,7 @@ data LogParseState = LogParseState {
-- | The state of the parser; we magically know that this
-- contains intern sets that should be shared over all parse
-- steps.
- logParseParseState :: ParseState,
+ logParseParseState :: !ParseState,
-- | All the steps in the file, in reverse order. The first
-- element in this list is the step currently being parsed (if
-- any).