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 /haddock.cabal | |
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 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/haddock.cabal b/haddock.cabal index 40822acf..af606894 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 @@ -86,8 +85,6 @@ executable haddock transformers other-modules: - ResponseFile, - Documentation.Haddock.Parser Documentation.Haddock.Parser.Monad Documentation.Haddock.Types @@ -147,20 +144,6 @@ executable haddock -- we pin down to a single haddock-api version. build-depends: haddock-api == 2.20.0 - 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 |