aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2024-09-29 18:32:12 +0200
committerAlbert Krewinkel <[email protected]>2024-09-29 18:36:56 +0200
commit7565a90cec79c5fcd1d3b3e5ddb042d2cdaccac3 (patch)
treef48f1ff5d8c87092990c97ff4b9aa068501304c7 /pandoc.cabal
parent7a96b253c205a1cf5dad862a46e29f0183d36cc7 (diff)
Stop depending on package SHA
Pandoc already depends on `crypton-conntection`, and thus transitively on `crypton`. The latter provides a vast variety of hashing algorithms and makes the dependency on SHA unnecessary.
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 838ad674e..b164c61e4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -472,7 +472,6 @@ library
build-depends: xml-light,
Glob >= 0.7 && < 0.11,
JuicyPixels >= 3.1.6.1 && < 3.4,
- SHA >= 1.6 && < 1.7,
aeson >= 2.0.1.0 && < 2.3,
aeson-pretty >= 0.8.9 && < 0.9,
array >= 0.5 && < 0.6,
@@ -488,6 +487,7 @@ library
commonmark-extensions >= 0.2.5.5 && < 0.3,
commonmark-pandoc >= 0.2.2.1 && < 0.3,
containers >= 0.6.0.1 && < 0.8,
+ crypton >= 0.30 && < 1.1,
crypton-connection >= 0.3.1 && < 0.5,
data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.6,