Preferred way to do locales in the Haskell Platform
Posted
by user355466
on Stack Overflow
See other posts from Stack Overflow
or by user355466
Published on 2010-06-01T13:48:03Z
Indexed on
2010/06/01
13:53 UTC
Read the original article
Hit count: 309
The Haskell platform includes two obsolete libraries, old-time
and old-locale
. For old-time, it also includes the preferred alternative (namely time
), but I can't figure out what the recommended alternative for old-locale
is.
Is this simply a shortcoming of the Platform as of now (version 2010.1.0.0), or something I've overlooked?
© Stack Overflow or respective owner