In commit 603b2e9f09, the signature of `readJournalFile` changed. Ever since, `bench/bench.hs` did not compile. Fix it by using the "easy" function `readJournalFile'` instead, which assumes default options and returns in the IO monad.
603b2e9f09