[commit: packages/filepath] bgamari-patch-1, master: Allow QuickCheck-2.9 (267802e)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:35:19 UTC 2017
- Previous message: [commit: packages/directory] master: Warn about effects of removePathForcibly on hard links (30d5e2d)
- Next 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: Make version-appropriate Foldable imports (39e9ee9)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/filepath
On branches: bgamari-patch-1,master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/267802e86284bb256266638f21c4c4ecaf7d1480
>---------------------------------------------------------------
commit 267802e86284bb256266638f21c4c4ecaf7d1480
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Sep 25 21:32:49 2016 +0100
Allow QuickCheck-2.9
>---------------------------------------------------------------
267802e86284bb256266638f21c4c4ecaf7d1480
changelog.md | 2 ++
filepath.cabal | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 074905f..eeee736 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,8 @@
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
+ * Allow QuickCheck-2.9
+
## 1.4.1.0 *Dec 2015*
* Bundled with GHC 8.0.1
diff --git a/filepath.cabal b/filepath.cabal
index 41ec208..097fc29 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -64,4 +64,4 @@ test-suite filepath-tests
build-depends:
filepath,
base,
- QuickCheck >= 2.7 && < 2.9
+ QuickCheck >= 2.7 && < 2.10
- Previous message: [commit: packages/directory] master: Warn about effects of removePathForcibly on hard links (30d5e2d)
- Next 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: Make version-appropriate Foldable imports (39e9ee9)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list