diff options
| author | John MacFarlane <[email protected]> | 2025-03-31 09:00:39 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-31 09:00:42 -0700 |
| commit | e6974dfecbda321a443442faf38824c909014a0d (patch) | |
| tree | 405b05c869ac3fc83f8f743478b2f8fa5467b989 /pandoc.cabal | |
| parent | 3a3fc6672613c632284f8e65771ca1eba901860d (diff) | |
Require random >= 1.3 and use `splitGen`.
`split` has been deprecated.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index da58ac990..afed82270 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -526,7 +526,7 @@ library pretty >= 1.1 && < 1.2, pretty-show >= 1.10 && < 1.11, process >= 1.2.3 && < 1.7, - random >= 1 && < 1.4, + random >= 1.3 && < 1.4, safe >= 0.3.18 && < 0.4, scientific >= 0.3 && < 0.4, skylighting >= 0.14.5 && < 0.15, |
