factor out float formatting into nicedecimal, include as dep

This commit is contained in:
alisdair sullivan 2012-03-04 17:01:04 -08:00
parent ed33626ed5
commit 620e6c7d91
4 changed files with 9 additions and 171 deletions

View file

@ -21,3 +21,10 @@
{dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}.
{xref_checks, [undefined_function_calls]}.
{cover_enabled, true}.
{deps, [
{'nicedecimal',
".*",
{git, "git://github.com/talentdeficit/nicedecimal.git"}
}
]}.