sendTo package:pager

Send a lazy ByteString to the user's $PAGER.
This is what sendToPager uses on the back end. It takes a Producer, from Data.Conduit, and then sends the produced bytes to the pager's stdin.
Send a strict ByteString to the user's $PAGER.