about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/library-exports/TestSubLib.hs
blob: 2e1f3f983f40c4afdab2c8fa48777be149a5f434 (plain) (blame)
1
2
3
4
5
{-# LANGUAGE ForeignFunctionInterface #-}
module TestSubLib (messageEnd) where

messageEnd :: String
messageEnd = "world"