From 5d6980d7675ffe58442fd07892d4de035011c318 Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Fri, 10 May 2024 10:56:09 +0100 Subject: [PATCH] Fix dependencies for test --- mwc-random.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mwc-random.cabal b/mwc-random.cabal index 268449e..a15b352 100644 --- a/mwc-random.cabal +++ b/mwc-random.cabal @@ -118,6 +118,8 @@ test-suite mwc-prop-tests , tasty >=1.3.1 , tasty-quickcheck , tasty-hunit + , random >=1.2 + , mtl test-suite mwc-doctests type: exitcode-stdio-1.0