snix/third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibA.hs

4 lines
53 B
Haskell

module LibA (thingA) where
thingA :: Int
thingA = 5