aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-05-12 10:01:46 +0200
committerBen Gamari <ben@smart-cactus.org>2016-05-12 10:05:33 +0200
commitaf1a8689da1990da9a152ae8a0e51976f2a27ff6 (patch)
tree0b7bc2846311644396fc23c3ef26c8ddd850a00e /CHANGES
parent67fbe48b9e6830d231b19c3d72960d3e9e137ea0 (diff)
doc: Fix GHC clean rule
Apparently GHC's build system doesn't permit wildcards in clean paths.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2b92b56d..f27d151c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,8 @@ Changes in version 2.17.1
* Fixed Makefile for GHC installation
+ * Fixed clean rule of GHC Makefile
+
Changes in version 2.17.0 (not released)
* Support typesetting of mathematical expressions via Mathjax (#397)