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




                                         
{-# LANGUAGE ForeignFunctionInterface #-}
module TestSubLib (messageEnd) where

messageEnd :: String
messageEnd = "world"