[commit: packages/directory] master: Update changelog for getDirectoryContentsA (05f3629)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 09:52:59 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/05f36295c42a96dc4eab0cc8ba20f7d91703051c/directory
>---------------------------------------------------------------
commit 05f36295c42a96dc4eab0cc8ba20f7d91703051c
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Sat Oct 3 14:22:28 2015 -0400
Update changelog for getDirectoryContentsA
>---------------------------------------------------------------
05f36295c42a96dc4eab0cc8ba20f7d91703051c
changelog.md | 5 +++++
directory.cabal | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 9de30d9..7a2e36d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,11 @@
Changelog for the [`directory`][1] package
==========================================
+## 1.2.5.0 (October 2015)
+
+ * Add `getDirectoryContentsA`, which leaves out `.` and `..`
+ ([#36](https://github.com/haskell/directory/pull/36))
+
## 1.2.4.0 (September 2015)
* Work around lack of `#const_str` when cross-compiling
diff --git a/directory.cabal b/directory.cabal
index 3ffb2ca..415e36a 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,5 +1,5 @@
name: directory
-version: 1.2.4.0
+version: 1.2.5.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list