about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/package-id-clash-binary/Main.hs
blob: 0c341e6f47d229cd728dab77a11df68b8740b614 (plain) (blame)
1
2
3
4
5
6
module Main where

import Foo
import Baz

main = print $ x + y