diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-12 10:01:46 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-12 10:05:33 +0200 |
commit | af1a8689da1990da9a152ae8a0e51976f2a27ff6 (patch) | |
tree | 0b7bc2846311644396fc23c3ef26c8ddd850a00e /CHANGES | |
parent | 67fbe48b9e6830d231b19c3d72960d3e9e137ea0 (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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |