AJChapman / formatting

Format strings type-safely with combinators
BSD 3-Clause "New" or "Revised" License
164 stars 39 forks source link

tighten bounds on double-conversion #76

Closed vmchale closed 2 years ago

vmchale commented 2 years ago

double-conversion seems to have changed its API - one now uses Data.Double.Conversion.Convertable instead of the old modules.

So formatting needs updated bounds on Hackage!

AJChapman commented 2 years ago

I've made revisions to all 7.x releases' metadata for formatting, e.g: https://hackage.haskell.org/package/formatting-7.1.3/revisions/, updated formatting.cabal in the repo, and created an issue on double-conversion here: https://github.com/haskell/double-conversion/issues/30