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-requires.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'find-requires.in') diff --git a/find-requires.in b/find-requires.in index c88af2e..532b0f9 100755 --- a/find-requires.in +++ b/find-requires.in @@ -249,4 +249,11 @@ if [ -x /usr/bin/mono-find-requires ]; then echo $filelist | tr '[:blank:]' '\n' | /usr/bin/mono-find-requires fi +# +# haskell requires +if [ -x /usr/bin/cabalrpmreq ]; then + /usr/bin/cabalrpmreq +fi + + exit 0 -- cgit v1.2.1