diff options
Diffstat (limited to 'find-provides.in')
-rwxr-xr-x | find-provides.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/find-provides.in b/find-provides.in index 055b21e..105af38 100755 --- a/find-provides.in +++ b/find-provides.in @@ -94,8 +94,8 @@ fi # # --- haskell provides -if [ -x /usr/bin/cabalrpmprov ]; then - find . -name "*.cabal" | xargs /usr/bin/cabalrpmprov +if [ -x /usr/bin/haskell-find-provides ]; then +echo $filelist | tr '[:blank:]' '\n' | /usr/bin/haskell-find-provides fi exit 0 |