about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-with-lib/src/Lib.hs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/binary-with-lib/src/Lib.hs')
-rw-r--r--third_party/bazel/rules_haskell/tests/binary-with-lib/src/Lib.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/bazel/rules_haskell/tests/binary-with-lib/src/Lib.hs b/third_party/bazel/rules_haskell/tests/binary-with-lib/src/Lib.hs
deleted file mode 100644
index e78d2ef77f..0000000000
--- a/third_party/bazel/rules_haskell/tests/binary-with-lib/src/Lib.hs
+++ /dev/null
@@ -1,8 +0,0 @@
-{-# LANGUAGE NoImplicitPrelude #-}
-{-# LANGUAGE TemplateHaskell #-}
-
-module Lib (value) where
-
-import Language.Haskell.TH
-
-value = [|42|]