Skip to content

Commit

Permalink
Allow doctest-0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Vekhir authored and lehins committed Sep 18, 2023
1 parent b0d8531 commit a6e462a
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 a6e462a

Please sign in to comment.