[commit: packages/directory] Mistuke-bump-win32-version-bounds, bgamari-patch-1, master: Relax upper bounds on time and Win32 (63c6784)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:34:31 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: Force prefix and suffix before middle (7dfdc33)
- Next message: [commit: packages/directory] Mistuke-bump-win32-version-bounds, bgamari-patch-1, master: Add GHC 8.0.1 to CI (6899583)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/directory
On branches: Mistuke-bump-win32-version-bounds,bgamari-patch-1,master
Link : http://ghc.haskell.org/trac/ghc/changeset/63c67848fff17c774c0319b34105dddb2503c11f/directory
>---------------------------------------------------------------
commit 63c67848fff17c774c0319b34105dddb2503c11f
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Sun Nov 20 22:01:02 2016 -0500
Relax upper bounds on time and Win32
Fixes #62.
>---------------------------------------------------------------
63c67848fff17c774c0319b34105dddb2503c11f
directory.cabal | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/directory.cabal b/directory.cabal
index e74c3f0..75163dc 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -53,10 +53,10 @@ Library
build-depends:
base >= 4.5 && < 4.11,
- time >= 1.4 && < 1.7,
+ time >= 1.4 && < 1.8,
filepath >= 1.3 && < 1.5
if os(windows)
- build-depends: Win32 >= 2.2.2 && < 2.4
+ build-depends: Win32 >= 2.2.2 && < 2.5
else
build-depends: unix >= 2.5.1 && < 2.8
- 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: Force prefix and suffix before middle (7dfdc33)
- Next message: [commit: packages/directory] Mistuke-bump-win32-version-bounds, bgamari-patch-1, master: Add GHC 8.0.1 to CI (6899583)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list