about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/hidden-modules/lib-a/Foo.hs
blob: 664be00d5487442b5d216a80d530f17a2ebf609a (plain) (blame)
1
2
3
4
module Foo (foo) where

foo :: Int
foo = 15