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

import TestSubLib (messageEnd)
import Lib.Map

main :: IO ()
main = print $ Lib.Map.singleton 1 messageEnd