[commit: packages/directory] master-1.2.6: Update changelog (findFile et al are lazier) (2e6f113)
git at git.haskell.org
git at git.haskell.org
Sat Apr 16 19:13:12 UTC 2016
Repository : ssh://git@git.haskell.org/directory
On branch : master-1.2.6
Link : http://ghc.haskell.org/trac/ghc/changeset/2e6f113133ffa7df39011f3a3f28b4725e6807e3/directory
>---------------------------------------------------------------
commit 2e6f113133ffa7df39011f3a3f28b4725e6807e3
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Wed Mar 2 23:44:08 2016 -0500
Update changelog (findFile et al are lazier)
>---------------------------------------------------------------
2e6f113133ffa7df39011f3a3f28b4725e6807e3
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