@hackage safe-money0.9.1
Type-safe and lossless encoding and manipulation of money, fiat currencies, crypto currencies and precious metals.
Installation
Tested Compilers
Dependencies (8)
- QuickCheck
- base >=4.8 && <5.0
- binary
- constraints
- deepseq
- hashable Show all…
Dependents (9)
@hackage/blockfrost-pretty, @hackage/poker-base, @hackage/blockfrost-api, @hackage/acme-everything, @hackage/safe-money-aeson, @hackage/safe-money-cereal, Show all…
The Haskell safe-money library offers type-safe and lossless encoding and
operations for monetary values in all world currencies, including fiat
currencies, precious metals and crypto-currencies.
Useful instances for the many types defined by safe-money can be found
in these other libraries:
-
safe-money-aeson:
FromJSONandToJSONinstances (from the aeson library). -
safe-money-cereal:
Serializeinstances (from the cereal library). -
safe-money-serialise:
Serialiseinstances (from the serialise library). -
safe-money-store:
Storeinstances (from the store library). -
safe-money-xmlbf:
FromXmlandToXmlinstances (from the xmlbf library).