Skip to content

Commit

Permalink
Add --with-cc change to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Dec 15, 2015
1 parent 89ae0b7 commit 4dcb287
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4dcb287

Please sign in to comment.