diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -61,7 +61,7 @@
 
 readJournalFile' :: FilePath -> IO Journal
 readJournalFile' fn = do
-    Right j <- readJournalFile (Just "journal") Nothing fn
+    Right j <- readJournalFile (Just "journal") Nothing False fn
     return j
 
 matchingPostings :: String -> Journal -> [PostingWithPath]
diff --git a/hledger-diff.cabal b/hledger-diff.cabal
--- a/hledger-diff.cabal
+++ b/hledger-diff.cabal
@@ -1,5 +1,5 @@
 name:                hledger-diff
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Compares the transactions in two ledger files.
 description:
   hledger-diff is a command-line utility to compare two journal files.  It
@@ -24,6 +24,6 @@
   main-is:             Main.hs
   build-depends:
     base >=4.6 && <4.8,
-    hledger-lib >=0.23 && <0.24,
+    hledger-lib >=0.24 && <0.25,
     time
   default-language:    Haskell2010
