Skip to content

Commit ca7b48f

Browse files
committed
Relax upper bound for QuickCheck, allow v2.15
1 parent 48bc8ba commit ca7b48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandoc-lua-marshal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ test-suite pandoc-lua-marshal-test
109109
hs-source-dirs: test
110110
main-is: test-pandoc-lua-marshal.hs
111111
build-depends: pandoc-lua-marshal
112-
, QuickCheck >= 2.4 && < 2.15
112+
, QuickCheck >= 2.4 && < 2.16
113113
, tasty >= 0.11
114114
, tasty-hunit >= 0.9
115115
, tasty-lua >= 1.0

0 commit comments

Comments
 (0)