diff options
author | Chaitanya Koparkar <ckoparkar@gmail.com> | 2018-05-10 11:44:58 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-05-10 11:44:58 -0400 |
commit | 4b025fdbaf89f95f3899b54f09f07842420a16d9 (patch) | |
tree | f1f33fb275d2b891807756ea4f8a0cf7f8146d5d /haddock.cabal | |
parent | 271a9cb0c7a070deef8df2d4fb54ebe47a0bf560 (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 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/haddock.cabal b/haddock.cabal index c6f241ee..e9280eb2 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -42,7 +42,6 @@ extra-source-files: doc/README.md doc/*.rst doc/conf.py - driver-test/*.hs haddock-api/src/haddock.sh html-test/src/*.hs html-test/ref/*.html @@ -83,8 +82,6 @@ executable haddock transformers other-modules: - ResponseFile, - Documentation.Haddock.Parser Documentation.Haddock.Parser.Monad Documentation.Haddock.Types @@ -155,20 +152,6 @@ executable haddock -- we pin down to a single haddock-api version. build-depends: haddock-api == 2.18.2 - other-modules: - ResponseFile - -test-suite driver-test - type: exitcode-stdio-1.0 - default-language: Haskell2010 - main-is: Main.hs - hs-source-dirs: driver-test, driver - other-modules: - ResponseFile - ResponseFileSpec - - build-depends: base, hspec - test-suite html-test type: exitcode-stdio-1.0 -- This tells cabal that this test depends on the executable |