diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-13 20:34:28 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 08:07:07 +0700 |
commit | 675a89a372ec88c35dffb2ff4c9ecf32456972bd (patch) | |
tree | 71250ca99d171a87f808c7a90cfa9da7f756a4fa | |
parent | 6ca0baacd2332bc12e7e13509839a5ca76f02046 (diff) |
haskell/haskell-profunctors: Fix dependenies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-profunctors/haskell-profunctors.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-profunctors/haskell-profunctors.info b/haskell/haskell-profunctors/haskell-profunctors.info index eab4783f9e2e..09d9f24fab78 100644 --- a/haskell/haskell-profunctors/haskell-profunctors.info +++ b/haskell/haskell-profunctors/haskell-profunctors.info @@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/profunctors/5.6.2/profunc MD5SUM="36800157d23a5588ba574b2c62bda9ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-base-orphans haskell-bifunctors haskell-comonad haskell-contravariant haskell-distributive haskell-semigroups haskell-tagged" +REQUIRES="haskell-bifunctors" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |