diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-09-30 18:30:16 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-09-30 18:31:55 +0200 |
| commit | 1663dfc850662d3d73b89a0b28576a026cce491b (patch) | |
| tree | 077e07fbd74b091a179aedf90327834266fc92a9 /pandoc.cabal | |
| parent | b6a571d5774176202c1719f626c497f1bcdbaf2c (diff) | |
Use released gridtables 0.1.0.0
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 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, |
