aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-11-16 19:37:56 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-11-16 19:42:14 +0100
commit03632e32eb1d2e8f5d41ddc0f81bc6eff6a343c9 (patch)
tree1ad1d60b164da7c9aa9c1076f43185be1e5dbb78 /changelog.md
parent33920fe3e0477cef1beda59d0ea47f4344be8d26 (diff)
Kill `-fwarn-unused-imports`-induced silliness
This all started in e968172cb0c9f4fc653c775faf3ecb661f5b1948 which tried to get rid of redundant import warnings. But we should rather err on having to tolerate a few warnings on exotic configurations rather than breaking a build... This hopefully fixes #36
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 0f69383..e5733c2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -6,6 +6,9 @@
* Don't assume existence of termios constants beyond `B38400`
+ * Turn build error into compile warnings for exotic `struct stat`
+ configurations (GHC #8859).
+
## 2.7.1.0 *Dec 2014*
* Bundled with GHC 7.10.1