diff options
author | Chaitanya Koparkar <ckoparkar@gmail.com> | 2018-05-10 11:44:58 -0400 |
---|---|---|
committer | Simon Jakobi <simon.jakobi@gmail.com> | 2018-06-13 23:01:34 +0200 |
commit | a8a84a3dda95022738534971a77eb856885b5ed0 (patch) | |
tree | b0105933fc6fb148f99853b25972db91daddc7a6 /driver-test/Main.hs | |
parent | 53fd41f2510d9ae81079ef5a8bfdf5f515185387 (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.hs | 12 |
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 |