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



                          
module LibA (thingA) where

thingA :: Int
thingA = 5