about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/hs-boot/MB.hs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/hs-boot/MB.hs')
-rw-r--r--third_party/bazel/rules_haskell/tests/hs-boot/MB.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/bazel/rules_haskell/tests/hs-boot/MB.hs b/third_party/bazel/rules_haskell/tests/hs-boot/MB.hs
deleted file mode 100644
index d90d041d57..0000000000
--- a/third_party/bazel/rules_haskell/tests/hs-boot/MB.hs
+++ /dev/null
@@ -1,8 +0,0 @@
-module MB where
-
-import {-# SOURCE #-} MA (TA (..))
-
-data TB = MkTB !Int
-
-g :: TA -> TB
-g (MkTA x) = MkTB x