Skip to content

Commit 267802e

Browse files
committed
Allow QuickCheck-2.9
1 parent a2fbd61 commit 267802e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
44

5+
* Allow QuickCheck-2.9
6+
57
## 1.4.1.0 *Dec 2015*
68

79
* Bundled with GHC 8.0.1

filepath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ test-suite filepath-tests
6464
build-depends:
6565
filepath,
6666
base,
67-
QuickCheck >= 2.7 && < 2.9
67+
QuickCheck >= 2.7 && < 2.10

0 commit comments

Comments
 (0)