about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibA.hs
blob: 23e9486489fe839f79536b03b3f209db8861b85b (plain) (blame)
1
2
3
4
module LibA (thingA) where

thingA :: Int
thingA = 5