aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
diff options
context:
space:
mode:
Diffstat (limited to 'find-provides.in')
-rwxr-xr-xfind-provides.in7
1 files changed, 7 insertions, 0 deletions
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