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