AJChapman / formatting

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

Hide import defaultTimeLocale from System.Locale #11

Closed markus1189 closed 9 years ago

markus1189 commented 9 years ago

Otherwise the reference is ambiguous in ghc 7.10 and formatting fails to build for me because of a API change in time >= 1.5.

Unfortunately I guess that means it would break for lower versions that have time < 1.5.

Best, Markus

markus1189 commented 9 years ago

This now depends on #12, if you want to merge that one I can rebase again after the merge for a cleaner history.

Travis result.

chrisdone commented 9 years ago

Merged!