Skip to content

Commit

Permalink
Merge pull request #144 from Vekhir/patch-1
Browse files Browse the repository at this point in the history
Allow doctest-0.22
  • Loading branch information
lehins authored Sep 18, 2023
2 parents b0d8531 + a6e462a commit 1b2d796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion random.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ test-suite doctests
default-language: Haskell2010
build-depends:
base,
doctest >=0.15 && <0.22
doctest >=0.15 && <0.23
if impl(ghc >= 8.2) && impl(ghc < 8.10)
build-depends:
mwc-random >=0.13 && <0.16,
Expand Down

0 comments on commit 1b2d796

Please sign in to comment.