[commit: packages/directory] master: Bump version to 1.2.6.1 (8bb9760)
git at git.haskell.org
git at git.haskell.org
Sun Apr 17 15:35:32 UTC 2016
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8bb9760d3c260ac7a4b5b85092adcecc5709b865/directory
>---------------------------------------------------------------
commit 8bb9760d3c260ac7a4b5b85092adcecc5709b865
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Sun Apr 17 11:12:05 2016 -0400
Bump version to 1.2.6.1
>---------------------------------------------------------------
8bb9760d3c260ac7a4b5b85092adcecc5709b865
changelog.md | 7 ++++++-
directory.cabal | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 562ed68..df20611 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,10 +1,15 @@
Changelog for the [`directory`][1] package
==========================================
-## 1.2.6.0 (April 2015)
+## 1.2.6.1 (April 2015)
* Bundled with GHC 8.0.1
+ * Fix mistake in file time functions when `utimensat` is not available
+ ([#47](https://github.com/haskell/directory/pull/47))
+
+## 1.2.6.0 (April 2015)
+
* Make `findExecutable`, `findExecutables`, `findExecutablesInDirectories`,
`findFile`, and `findFilesWith` lazier
([#43](https://github.com/haskell/directory/issues/43))
diff --git a/directory.cabal b/directory.cabal
index 8fc1a40..499ebbe 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,5 +1,5 @@
name: directory
-version: 1.2.6.0
+version: 1.2.6.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list