haskell/haskell-retry: Fix dependencies.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-14 22:52:17 +13:00 committed by Willy Sudiarto Raharjo
parent a0e90b6a35
commit 0695da5feb
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/retry/0.9.1.0/retry-0.9.1
MD5SUM="203cb76ac4510d460e0ef491a4c9f9d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-data-default-class haskell-exceptions haskell-random"
REQUIRES="haskell-data-default-class haskell-random"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"