diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-14 22:51:58 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:14 +0700 |
commit | a0e90b6a3556a3e51886eed8a44dddff21ebc99b (patch) | |
tree | 022e68c109fc576d5c6e3b3dff0f1777b7d4322c /haskell/haskell-rio | |
parent | da1fae4e91762aae912fe4459d3501af7087bc4e (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 85adfe37b6b2..dd26946da2ec 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-typed-process haskell-unliftio haskell-unordered-containers haskell-vector haskell-microlens-mtl" +REQUIRES="haskell-typed-process haskell-unliftio haskell-unordered-containers haskell-vector haskell-microlens-mtl" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |