From 2de682f1cf2d349ea6383a890e6bb4b67b70cb12 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 13 Jul 2025 22:57:57 +0200 Subject: [PATCH] add missing dependency --- cryptoids.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptoids.cabal b/cryptoids.cabal index 5b0edb3..7400f22 100644 --- a/cryptoids.cabal +++ b/cryptoids.cabal @@ -32,6 +32,7 @@ library ghc-options: -Wall build-depends: base >=4.19 && <5 + , aeson >= 2.2.3.0 && <3 , binary >=0.8.9 && <0.9 , bytestring >=0.12 && <1 , crypton >=1.0.4 && <2