packages feed

hledger-diff 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~hledger-lib

Dependency ranges changed: hledger-lib

Files

Main.hs view
@@ -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]
hledger-diff.cabal view
@@ -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