safe-money-aeson: Instances from the aeson library for the safe-money library.

[ bsd3, library, money ] [ Propose Tags ]

This library exports FromJSON and ToJSON instances (from the aeson library) for many of the types exported by the safe-money library.

Note: The code in this library used to be part of the safe-money library itself, so these instances are intended to be backwards compatible with older versions of safe-money.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1
Change log changelog.md
Dependencies aeson, base (>=4.8 && <5.0), safe-money (>=0.8), text [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2016-2018
Author Renzo Carbonara
Maintainer renλren!zone
Category Money
Home page https://github.com/k0001/safe-money
Bug tracker https://github.com/k0001/safe-money/issues
Source repo head: git clone https://github.com/k0001/safe-money
Uploaded by RenzoCarbonara at 2019-03-21T16:06:09Z
Distributions NixOS:0.1.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1415 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-21 [all 1 reports]

Readme for safe-money-aeson-0.1.1

[back to package description]

This library exports FromJSON and ToJSON instances (from the aeson library) for many of the types exported by the safe-money library.

Note: The code in this library used to be part of the safe-money library itself, so these instances are intended to be backwards compatible with older versions of safe-money.