aboutsummaryrefslogtreecommitdiff
path: root/driver-test/Main.hs
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@gmail.com>2018-05-10 11:44:58 -0400
committerSimon Jakobi <simon.jakobi@gmail.com>2018-06-13 23:01:34 +0200
commita8a84a3dda95022738534971a77eb856885b5ed0 (patch)
treeb0105933fc6fb148f99853b25972db91daddc7a6 /driver-test/Main.hs
parent53fd41f2510d9ae81079ef5a8bfdf5f515185387 (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