From 03632e32eb1d2e8f5d41ddc0f81bc6eff6a343c9 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Mon, 16 Nov 2015 19:37:56 +0100 Subject: 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 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'changelog.md') 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 -- cgit v1.2.3