diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-13 19:02:47 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 08:07:03 +0700 |
commit | 7b825118ad455df34ced137b4eacc2c369a3459f (patch) | |
tree | 72ecc3eb5177cfa8df121c562c0b4a6701f7a6e1 /haskell/haskell-rio | |
parent | 8c8b6c6c5097f53d2537dc8a5445c8f858f3092e (diff) |
haskell/haskell-rio: Fix dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-rio')
-rw-r--r-- | haskell/haskell-rio/haskell-rio.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-rio/haskell-rio.info b/haskell/haskell-rio/haskell-rio.info index 0f6fcecf15077..85adfe37b6b2e 100644 --- a/haskell/haskell-rio/haskell-rio.info +++ b/haskell/haskell-rio/haskell-rio.info @@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/rio/0.1.21.0/rio-0.1.21.0 MD5SUM="554a37103aee56956ab9c2a48ea15841" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-exceptions haskell-hashable haskell-microlens haskell-primitive haskell-typed-process haskell-unliftio haskell-unordered-containers haskell-vector haskell-microlens-mtl" +REQUIRES="haskell-exceptions haskell-typed-process haskell-unliftio haskell-unordered-containers haskell-vector haskell-microlens-mtl" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |