mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-30 14:34:56 +03:00
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:
parent
1b2362feda
commit
6c0ce46dd7
@ -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)
|
||||
#-}
|
||||
#-}
|
||||
|
Loading…
Reference in New Issue
Block a user