[Pkg-haskell-commits] darcs: haskell-hoogle: Hide warning message of hoogle convert command

kiwamu at debian.or.jp kiwamu at debian.or.jp
Tue Sep 11 10:17:45 UTC 2012


Tue Sep 11 09:48:21 UTC 2012  kiwamu at debian.or.jp
  * Hide warning message of hoogle convert command
  Ignore-this: a99e889fca934657ad1eb6f2c931a919

    M ./update-hoogle -1 +2

Tue Sep 11 09:48:21 UTC 2012  kiwamu at debian.or.jp
  * Hide warning message of hoogle convert command
  Ignore-this: a99e889fca934657ad1eb6f2c931a919
diff -rN -u old-haskell-hoogle//update-hoogle new-haskell-hoogle//update-hoogle
--- old-haskell-hoogle//update-hoogle	2012-09-11 10:17:45.597824142 +0000
+++ new-haskell-hoogle//update-hoogle	2012-09-11 10:17:45.629822074 +0000
@@ -24,7 +24,8 @@
 
 # convert
 for i in $DATABASE_DIR/*.txt; do
-    $HOOGLE convert $i
+    echo convert $i
+    $HOOGLE convert $i >/dev/null 2>&1
 done
 
 # combine





More information about the Pkg-haskell-commits mailing list