Export ViewportScroll fields separately to please haddock

This commit is contained in:
Jonathan Daugherty 2015-06-30 23:16:55 -07:00
parent f9ae799f9b
commit edb3abf509

View File

@ -12,7 +12,11 @@ module Brick.Main
, suspendAndResume
, viewportScroll
, ViewportScroll(scrollBy, scrollPage, scrollToBeginning, scrollToEnd)
, ViewportScroll
, scrollBy
, scrollPage
, scrollToBeginning
, scrollToEnd
, supplyVtyEvents