archlinux-0.2.1: scripts/arch-report.hs
import Distribution.ArchLinux.Report
-- $ time ./arch-report +RTS -N4
-- compiled with -threaded.
main = do
s <- lines `fmap` readFile "arch-haskell-packages.txt"
writeFile "/tmp/x.html" =<< report s
import Distribution.ArchLinux.Report
-- $ time ./arch-report +RTS -N4
-- compiled with -threaded.
main = do
s <- lines `fmap` readFile "arch-haskell-packages.txt"
writeFile "/tmp/x.html" =<< report s