We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fbd61 commit 267802eCopy full SHA for 267802e
changelog.md
@@ -2,6 +2,8 @@
2
3
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
4
5
+ * Allow QuickCheck-2.9
6
+
7
## 1.4.1.0 *Dec 2015*
8
9
* Bundled with GHC 8.0.1
filepath.cabal
@@ -64,4 +64,4 @@ test-suite filepath-tests
64
build-depends:
65
filepath,
66
base,
67
- QuickCheck >= 2.7 && < 2.9
+ QuickCheck >= 2.7 && < 2.10
0 commit comments