[commit: packages/directory] master: Add --with-cc change to changelog (4dcb287)

git at git.haskell.org git at git.haskell.org
Fri Dec 18 09:53:21 UTC 2015


Repository : ssh://git@git.haskell.org/directory

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4dcb2873166558575fe70142da87952bd558f943/directory

>---------------------------------------------------------------

commit 4dcb2873166558575fe70142da87952bd558f943
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Tue Dec 15 02:58:48 2015 -0500

    Add --with-cc change to changelog


>---------------------------------------------------------------

4dcb2873166558575fe70142da87952bd558f943
 changelog.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/changelog.md b/changelog.md
index 2bfeb7a..13b6af3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,12 +1,15 @@
 Changelog for the [`directory`][1] package
 ==========================================
 
-## 1.2.5.0 (October 2015)
+## 1.2.5.0 (December 2015)
 
-  * Add `listDirectory`, which is similar to `getDirectoryContents` but leaves
-    out `.` and `..`
+  * Add `listDirectory`, which is similar to `getDirectoryContents`
+    but omits `.` and `..`
     ([#36](https://github.com/haskell/directory/pull/36))
 
+  * Remove support for `--with-cc=` in `configure`; use the `CC=` flag instead
+    ([ghc:D1608](https://phabricator.haskell.org/D1608))
+
 ## 1.2.4.0 (September 2015)
 
   * Work around lack of `#const_str` when cross-compiling



More information about the ghc-commits mailing list