[commit: packages/directory] master: Support time-1.8 (af307f5)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:35:22 UTC 2017
- Previous message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394, zip-devel: Merge pull request #86 from treeowl/foldableimports (f22d14b)
- Next message: [commit: packages/filepath] bgamari-patch-1, master: Switch to default-language: 2010 (e2dba71)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/af307f52ca94ed232d1372fc6760a4b3efa243c7/directory
>---------------------------------------------------------------
commit af307f52ca94ed232d1372fc6760a4b3efa243c7
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Wed Feb 15 02:13:29 2017 -0500
Support time-1.8
>---------------------------------------------------------------
af307f52ca94ed232d1372fc6760a4b3efa243c7
changelog.md | 4 +++-
directory.cabal | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index f696f4f..50ba956 100644
--- a/changelog.md
+++ b/changelog.md
@@ -6,9 +6,11 @@ Changelog for the [`directory`][1] package
* [optimization] Increase internal buffer size of `copyFile`
([#69](https://github.com/haskell/directory/pull/69))
+ * Relax `time` version bounds to support 1.8.
+
## 1.3.0.1 (January 2017)
- * Relax Win32 version bounds to support 2.5.
+ * Relax `Win32` version bounds to support 2.5.
([#67](https://github.com/haskell/directory/pull/67))
## 1.3.0.0 (December 2016)
diff --git a/directory.cabal b/directory.cabal
index 5b0b183..84d36fe 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -55,7 +55,7 @@ Library
build-depends:
base >= 4.5 && < 4.11,
- time >= 1.4 && < 1.8,
+ time >= 1.4 && < 1.9,
filepath >= 1.3 && < 1.5
if os(windows)
build-depends: Win32 >= 2.2.2 && < 2.6
- Previous message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394, zip-devel: Merge pull request #86 from treeowl/foldableimports (f22d14b)
- Next message: [commit: packages/filepath] bgamari-patch-1, master: Switch to default-language: 2010 (e2dba71)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list