BSD-3-Clause licensed by Pavan Rikhi
Maintained by [email protected]
This version can be pinned in stack with:cointracking-imports-0.1.0.2@sha256:dd7ce0da232bf4074536fee920373f35fd44e12642eee15f3891fd7292d6cfdb,3049

Module documentation for 0.1.0.2

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.2

  • Support breaking changes in xlsx-1.1.0.
  • Bump dependency versions.

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