[commit: packages/directory] improve-tests, improve-tests-for-real, master, tmp: Prepare for upcoming release (e22771f)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:36:45 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branches: improve-tests,improve-tests-for-real,master,tmp
Link : http://ghc.haskell.org/trac/ghc/changeset/e22771f4e9fbd30b2ed4af75cf4b19b9e4e94c7c/directory
>---------------------------------------------------------------
commit e22771f4e9fbd30b2ed4af75cf4b19b9e4e94c7c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Dec 19 21:26:38 2014 +0100
Prepare for upcoming release
>---------------------------------------------------------------
e22771f4e9fbd30b2ed4af75cf4b19b9e4e94c7c
changelog.md | 6 ++++--
directory.cabal | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/changelog.md b/changelog.md
index c361237..c7213cd 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,10 @@
# Changelog for [`directory` package](http://hackage.haskell.org/package/directory)
-## 1.2.1.1 *TBA*
+## 1.2.1.1 *Dec 2014*
- * Bundled with GHC 7.10.1(?)
+ * Bundled with GHC 7.10.1
+
+ * make `getModificationTime` support sub-second resolution on windows
## 1.2.1.0 *Mar 2014*
diff --git a/directory.cabal b/directory.cabal
index 91cafb0..5736d90 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -11,7 +11,7 @@ description:
category: System
build-type: Configure
cabal-version: >= 1.10
-tested-with: GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1
+tested-with: GHC>=7.4.1
extra-tmp-files:
autom4te.cache
More information about the ghc-commits
mailing list