aboutsummaryrefslogtreecommitdiff
path: root/driver-test/Main.hs
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@gmail.com>2018-05-10 11:44:58 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2018-05-10 11:44:58 -0400
commit4b025fdbaf89f95f3899b54f09f07842420a16d9 (patch)
treef1f33fb275d2b891807756ea4f8a0cf7f8146d5d /driver-test/Main.hs
parent271a9cb0c7a070deef8df2d4fb54ebe47a0bf560 (diff)
Use the response file utilities defined in `base` (#821)
Summary: The response file related modules were recently copied from `haddock` into `base`. This patch removes them from `haddock`. GHC Trac Issues: #13896
Diffstat (limited to 'driver-test/Main.hs')
-rw-r--r--driver-test/Main.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/driver-test/Main.hs b/driver-test/Main.hs
deleted file mode 100644
index d3f636e9..00000000
--- a/driver-test/Main.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-module Main where
-
-import Test.Hspec (describe, hspec, Spec)
-import qualified ResponseFileSpec (spec)
-
-
-main :: IO ()
-main = hspec spec
-
-spec :: Spec
-spec = do
- describe "ResponseFile" ResponseFileSpec.spec