commit 40295acad61621ab54700973fc79c17a10f6d9cf parent e2f401be86c6ee8cbe9b5b06a1fa9cb19e897f55 Author: Jared Tobin <jared@jtobin.io> Date: Wed, 21 Feb 2024 16:09:12 +0400 Add test build depends. Diffstat:
M | secp256k1-sys/secp256k1-sys.cabal | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/secp256k1-sys/secp256k1-sys.cabal b/secp256k1-sys/secp256k1-sys.cabal @@ -50,5 +50,9 @@ test-suite tests build-depends: base + , bytestring + , entropy , secp256k1-sys + , tasty + , tasty-hunit