snix/third_party/bazel/rules_haskell/tests/library-linkstatic-flag/Lib.hs

5 lines
105 B
Haskell

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