fix RULES pragma closing delimiter indentation

GHC 7.10 requires the the closing '#-}' delimiter of a multi-line
RULES pragma to be indented.
This commit is contained in:
Fraser Tweedale 2019-05-04 20:08:13 +10:00
parent 1b2362feda
commit 6c0ce46dd7

View File

@ -1261,4 +1261,4 @@ visibleRegion vrloc sz p =
"vBox2" forall as bs . vBox [vBox as, vBox bs] = vBox (as ++ bs)
"vboxL" forall as b . vBox [vBox as, b] = vBox (as ++ [b])
"vboxR" forall a bs . vBox [a, vBox bs] = vBox (a : bs)
#-}
#-}