[commit: packages/directory] bgamari-patch-1: Bump upper bound to allow time 1.8 (5b3cd94)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:35:14 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 #80 from treeowl/fix-index (e1e75b8)
- Next message: [commit: packages/filepath] bgamari-patch-1, master: Require cabal 1.18 for extra-doc-files (07b334b)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/directory
On branch : bgamari-patch-1
Link : http://ghc.haskell.org/trac/ghc/changeset/5b3cd946b1d1b2cca57ad49f8ed8e76877dff2f9/directory
>---------------------------------------------------------------
commit 5b3cd946b1d1b2cca57ad49f8ed8e76877dff2f9
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jan 19 16:18:47 2017 -0500
Bump upper bound to allow time 1.8
>---------------------------------------------------------------
5b3cd946b1d1b2cca57ad49f8ed8e76877dff2f9
directory.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/directory.cabal b/directory.cabal
index ce79c32..74f2b4d 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 #80 from treeowl/fix-index (e1e75b8)
- Next message: [commit: packages/filepath] bgamari-patch-1, master: Require cabal 1.18 for extra-doc-files (07b334b)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list