cointracking-imports

Generate CSV & XLSX files for importing into CoinTracking.

https://github.com/prikhi/cointracking-imports#readme

Version on this page:0.1.0.1@rev:1
LTS Haskell 22.17:0.1.0.2
Stackage Nightly 2024-04-14:0.1.0.2
Latest on Hackage:0.1.0.2

See all snapshots cointracking-imports appears in

BSD-3-Clause licensed by Pavan Rikhi
Maintained by [email protected]
This version can be pinned in stack with:cointracking-imports-0.1.0.1@sha256:6914858654212541b080bca81eb798ee3fa71a50db2294892b9bdbedc29d98dd,3170

Module documentation for 0.1.0.1

cointracking-imports

cointracking-imports Build Status

A Haskell library for generating CSV & XLSX files for importing into CoinTracking. Build a [CTImportData] & write to a file with writeImportDataToFile.

Requires stack.

Build

You can build the project with stack:

stack build

For development, you can enable fast builds with file-watching, documentation-building, & test-running:

stack test --haddock --fast --file-watch --pedantic

To build & open the documentation, run:

stack haddock --open cointracking-imports

LICENSE

BSD-3

Changes

CHANGELOG

master

v0.1.0.1

  • Remove newlines at end of generated CSV files to fix non-fatal errors when importing into CoinTracking.

v0.1.0.0

  • Initial release