about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/package-id-clash/sublib/Bar.hs
blob: 6fbd9711f58b46d13ff3d4b829bb27b2e04a6eb1 (plain) (blame)
1
2
3
4
module Bar (bar) where

bar :: Int
bar = 6