about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/library-exports/TestLib.hs
blob: c889c2cc31ac69084260ddce866c32cda60821bb (plain) (blame)
1
2
3
4
5
6
7
module TestLib (testMessage) where

import TestSubLib (messageEnd)
import SubLib.Map

testMessage :: String
testMessage = "hello " ++ messageEnd