aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockUtil.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/HaddockUtil.hs')
-rw-r--r--src/HaddockUtil.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HaddockUtil.hs b/src/HaddockUtil.hs
index 7fe6f796..7cdca748 100644
--- a/src/HaddockUtil.hs
+++ b/src/HaddockUtil.hs
@@ -320,7 +320,7 @@ instance Binary FormatVersion where
++ " is not allowed")
get bh =
do
- w8 :: Word8 <- get bh
+ (w8 :: Word8) <- get bh
if testBit w8 7
then
do