From 251e5e4c5c8da930b8d3e38b15110db4c55e60fb Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Thu, 8 Mar 2007 17:20:32 +0000 Subject: - handle haskell requirement --- find-provides.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'find-provides.in') diff --git a/find-provides.in b/find-provides.in index 38270b6..055b21e 100755 --- a/find-provides.in +++ b/find-provides.in @@ -91,4 +91,11 @@ if [ -x /usr/bin/mono-find-provides ]; then echo $filelist | tr '[:blank:]' '\n' | /usr/bin/mono-find-provides fi + +# +# --- haskell provides +if [ -x /usr/bin/cabalrpmprov ]; then + find . -name "*.cabal" | xargs /usr/bin/cabalrpmprov +fi + exit 0 -- cgit v1.2.1