From af307f52ca94ed232d1372fc6760a4b3efa243c7 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind <rf@rufflewind.com> Date: Wed, 15 Feb 2017 02:13:29 -0500 Subject: [PATCH] Support time-1.8 --- changelog.md | 4 +++- directory.cabal | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index f696f4f5..50ba9560 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 5b0b183c..84d36fe9 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 -- GitLab