| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 03:45:33 GMT
X-Served-By: cache-dfw-kdfw8210142-DFW, cache-bom-vanm7210020-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768621533.204944,VS0,VE304
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
cointracking-imports: Generate CSV & XLSX files for importing into CoinTracking.
[Skip to Readme]
cointracking-imports: Generate CSV & XLSX files for importing into CoinTracking.
cointracking-imports is a library for generating CSV & XLSX files to use
with CoinTracking's Import feature. You
construct a list of CTImportData, then feed those to our CSV/XLSX
generating functions.
E.g., if you generate a list of your BNB staking rewards, you can use this library build a CSV file to import those rewards into CoinTracking.
[Skip to Readme]
Downloads
- cointracking-imports-0.1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.3 && <5), base-compat-batteries, bytestring (<1), cassava (<1), filepath (>=1 && <2), lens (>=3.0.4 && <6), scientific (<1), text (<3), time (<2), xlsx (<2) [details] |
| License | BSD-3-Clause |
| Copyright | 2021 Pavan Rikhi |
| Author | Pavan Rikhi |
| Maintainer | pavan.rikhi@gmail.com |
| Uploaded | by lysergia at 2022-10-29T19:25:25Z |
| Category | Web, Finance |
| Home page | https://github.com/prikhi/cointracking-imports#readme |
| Bug tracker | https://github.com/prikhi/cointracking-imports/issues |
| Source repo | head: git clone https://github.com/prikhi/cointracking-imports |
| Distributions | LTSHaskell:0.1.0.2, NixOS:0.1.0.2, Stackage:0.1.0.2 |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 688 total (8 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2022-10-29 [all 1 reports] |
Readme for cointracking-imports-0.1.0.2
[back to package description]cointracking-imports
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