-- This is just a stub for systems building without unix support. module Pager where stdinPager :: IO (Maybe String) stdinPager = return Nothing