[commit: packages/directory] master: Bump to 1.2.6.2 (f2f192d)
git at git.haskell.org
git at git.haskell.org
Tue Apr 19 06:57:52 UTC 2016
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f2f192d50e0c803412880da3403803aa8e8cc0a3/directory
>---------------------------------------------------------------
commit f2f192d50e0c803412880da3403803aa8e8cc0a3
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Mon Apr 18 09:36:13 2016 -0400
Bump to 1.2.6.2
>---------------------------------------------------------------
f2f192d50e0c803412880da3403803aa8e8cc0a3
changelog.md | 5 +++++
directory.cabal | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index df20611..83e1a4a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,11 @@
Changelog for the [`directory`][1] package
==========================================
+## 1.2.6.2 (April 2015)
+
+ * Fix typo in file time functions when `utimensat` is not available and
+ version of `unix` package is lower than 2.7.0.0
+
## 1.2.6.1 (April 2015)
* Bundled with GHC 8.0.1
diff --git a/directory.cabal b/directory.cabal
index 499ebbe..2c38c12 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,5 +1,5 @@
name: directory
-version: 1.2.6.1
+version: 1.2.6.2
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list