aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
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 /CHANGES.md
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 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 9621bc06..7f7d7084 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -52,6 +52,9 @@ TODO
* Recognise `SPDX-License-Identifier` as alias for `License` in module header
parser (#743)
+ * Remove the response file related utilities, and use the ones that
+ come with `base` (Trac #13896)
+
## Changes in version 2.18.1
* Synopsis is working again (#599)