summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-09-30 18:30:16 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2022-09-30 18:31:55 +0200
commit1663dfc850662d3d73b89a0b28576a026cce491b (patch)
tree077e07fbd74b091a179aedf90327834266fc92a9 /pandoc.cabal
parentb6a571d5774176202c1719f626c497f1bcdbaf2c (diff)
Use released gridtables 0.1.0.0
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 b65ecd830..86bc37d68 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -493,7 +493,7 @@ library
exceptions >= 0.8 && < 0.11,
file-embed >= 0.0 && < 0.1,
filepath >= 1.1 && < 1.5,
- gridtables >= 0.0.3 && < 0.1,
+ gridtables >= 0.1 && < 0.2,
haddock-library >= 1.10 && < 1.12,
http-client >= 0.4.30 && < 0.8,
http-client-tls >= 0.2.4 && < 0.4,