about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/library-linkstatic-flag/Lib.hs
blob: 66a2161a19c452c135cd467ee9c16754ead55ce1 (plain) (blame)
1
2
3
4
5
module Lib (message) where

import qualified Data.ByteString.Char8 as B

message = B.pack "hello, world"