rabocsv2qif 1.1.2 → 1.1.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Rabobank.hs +1/−1
- rabocsv2qif.cabal +1/−1
Rabobank.hs view
@@ -65,7 +65,7 @@ where rows = lines $ filter (/= '"') file rawRecords = map (splitOn ",") rows records = map (takeWhileIndex [2,3,4,5,6,10]) - (filter (\x -> length x == 16) rawRecords)+ (filter (\x -> length x == 19) rawRecords) -- |Turns a list of a list of list of a list of 'String's into a list of -- 'Transaction's.
rabocsv2qif.cabal view
@@ -1,5 +1,5 @@ Name: rabocsv2qif-Version: 1.1.2+Version: 1.1.3 Synopsis : A library and program to create QIF files from Rabobank CSV exports. License: GPL License-file: LICENSE