about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/encoding/TH.hs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/encoding/TH.hs')
-rw-r--r--third_party/bazel/rules_haskell/tests/encoding/TH.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/bazel/rules_haskell/tests/encoding/TH.hs b/third_party/bazel/rules_haskell/tests/encoding/TH.hs
deleted file mode 100644
index 8cb52b3f11..0000000000
--- a/third_party/bazel/rules_haskell/tests/encoding/TH.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-module TH (foo) where
-
-import Language.Haskell.TH
-import Language.Haskell.TH.Syntax (lift)
-
-foo :: Q Exp
-foo = runIO (readFile "tests/encoding/unicode.txt") >>= lift