aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlexey Kuleshevich <lehins@yandex.ru>2021-03-18 04:57:32 +0300
committerGitHub <noreply@github.com>2021-03-17 18:57:32 -0700
commit613c070cbd10b791bd097acd1b6b693a1e46eba1 (patch)
tree1b0d3a1bea008127c51785377e9bff700fef9181 /pandoc.cabal
parent0075a456cc9d133e679a909452ae7aa12764240d (diff)
downloadpandoc-613c070cbd10b791bd097acd1b6b693a1e46eba1.tar.gz
Update bounds for random (#7156)
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 3a7436370..7e9d81951 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -476,7 +476,7 @@ library
pandoc-types >= 1.22 && < 1.23,
parsec >= 3.1 && < 3.2,
process >= 1.2.3 && < 1.7,
- random >= 1 && < 1.2,
+ random >= 1 && < 1.3,
safe >= 0.3 && < 0.4,
scientific >= 0.3 && < 0.4,
skylighting >= 0.10.4.1 && < 0.11,