[commit: packages/directory] master: Update changelog (findFile et al are lazier) (1f3e013)
git at git.haskell.org
git at git.haskell.org
Sat Apr 16 19:13:16 UTC 2016
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1f3e013cd0319ae501fa2c337cb4b0135f793e2a/directory
>---------------------------------------------------------------
commit 1f3e013cd0319ae501fa2c337cb4b0135f793e2a
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Wed Mar 2 23:44:08 2016 -0500
Update changelog (findFile et al are lazier)
>---------------------------------------------------------------
1f3e013cd0319ae501fa2c337cb4b0135f793e2a
changelog.md | 8 ++++++++
directory.cabal | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 4a09653..665d03c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,14 @@
Changelog for the [`directory`][1] package
==========================================
+## 1.2.6.0 (April 2015)
+
+ * Make `findExecutable`, `findExecutables`, `findExecutablesInDirectories`,
+ `findFile`, and `findFilesWith` lazier
+ ([#43](https://github.com/haskell/directory/issues/43))
+
+ * Add `findFileWith`
+
## 1.2.5.1 (February 2015)
* Improve error message of `getCurrentDirectory` when the current working
diff --git a/directory.cabal b/directory.cabal
index 5a58dcf..05c91c5 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,5 +1,5 @@
name: directory
-version: 1.2.5.1
+version: 1.2.6.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list