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