summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-02-13 08:07:54 +0100
committer Willy Sudiarto Raharjo2022-02-14 02:07:04 +0100
commit4edb5b128d9bd8fe0b9810722cce21fd42e4a0b9 (patch)
tree521219a5944c6ff20aafa6f3f913c7621c4d8a54
parentb5d7dc163240d075f83bdb3f58dfacaaba952850 (diff)
downloadslackbuilds-4edb5b128d9bd8fe0b9810722cce21fd42e4a0b9.tar.gz
haskell/haskell-yaml: Fix dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--haskell/haskell-yaml/haskell-yaml.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-yaml/haskell-yaml.info b/haskell/haskell-yaml/haskell-yaml.info
index 322696f54d..46bda86466 100644
--- a/haskell/haskell-yaml/haskell-yaml.info
+++ b/haskell/haskell-yaml/haskell-yaml.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://hackage.haskell.org/packages/archive/yaml/0.11.7.0/yaml-0.11.7
MD5SUM="5aef35973c3e2d936c972c7712adcace"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="haskell-aeson haskell-attoparsec haskell-conduit haskell-enclosed-exceptions haskell-libyaml haskell-resourcet haskell-scientific haskell-unordered-containers haskell-vector"
+REQUIRES="haskell-aeson haskell-enclosed-exceptions haskell-libyaml"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"