module Lib (message) where import qualified Data.ByteString.Char8 as B message = B.pack "hello, world"