haskell/haskell-resource-pool: 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-13 20:14:07 +13:00 committed by Willy Sudiarto Raharjo
parent dfa380999d
commit b0398782f8
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/resource-pool/0.2.3.2/res
MD5SUM="6a0d29123c1a49d213d8ffd1d845da43"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-hashable haskell-monad-control haskell-transformers-base haskell-vector"
REQUIRES="haskell-hashable haskell-monad-control haskell-vector"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"