Very cool money library $$$$$$$$$$
Go to file
2023-01-31 07:13:40 +00:00
src/Data More Data instances. 2023-01-31 07:13:40 +00:00
bucks.cabal Data instance. 2023-01-31 07:01:45 +00:00
hie.yaml I make up things as I go along. 2022-11-28 09:58:55 +00:00
LICENSE I make up things as I go along. 2022-11-28 09:58:55 +00:00
README.org Add README 2022-11-28 11:57:40 +00:00
stack.yaml Add OpenApi support. 2023-01-24 00:29:57 +00:00

Bucks library README

What is even going on here?

Bucks is a new and shiny money handling library. I made it, because we have five different 'Money' type implementations and they are all slightly different from each other. Therefore, making a new one and pulling the best parts of those old makes a whole lot more sense!

But how do I use it?

Add 'bucks' to your .cabal file and maybe to your stack.yaml as well. You're a big boy, you know the drill.

Features

Things that require chonky third-party dependencies are hidden behind flags. Want aeson instances? Enable the flag. Want Rel8 for your database shenanigans? Enable the flag! Want something else? Add that thing, make a flag for it, and don't forget to have fun!

You forgot feature X..

And you're welcome to add it :)