From 4b025fdbaf89f95f3899b54f09f07842420a16d9 Mon Sep 17 00:00:00 2001 From: Chaitanya Koparkar Date: Thu, 10 May 2018 11:44:58 -0400 Subject: 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 --- driver-test/Main.hs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 driver-test/Main.hs (limited to 'driver-test/Main.hs') 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 -- cgit v1.2.3