diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/hs-boot/MA.hs-boot')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/hs-boot/MA.hs-boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/bazel/rules_haskell/tests/hs-boot/MA.hs-boot b/third_party/bazel/rules_haskell/tests/hs-boot/MA.hs-boot new file mode 100644 index 000000000000..0ab8c899f2e1 --- /dev/null +++ b/third_party/bazel/rules_haskell/tests/hs-boot/MA.hs-boot @@ -0,0 +1,2 @@ +module MA where + newtype TA = MkTA Int |