[Haskell-cafe] GHC 7.0.3 / Win32: Data.Time library?

Dmitri O.Kondratiev dokondr at gmail.com
Tue Jun 14 14:57:25 CEST 2011


It would also help to see a simple example of parsing "10/11/2009 7:04:28
PM" to  time and date objects.

On Tue, Jun 14, 2011 at 4:41 PM, Dmitri O.Kondratiev <dokondr at gmail.com>wrote:

> Yes, thanks. I just wonder why documentation for this particular module
> (Data.Time) is missing from GHC, 7.0.3 "Haskell Hierarchical Libraries"
> documentation generated for Win32. Really strange ...
>
> On Tue, Jun 14, 2011 at 4:10 PM, Dmitry Olshansky <olshanskydr at gmail.com>wrote:
>
>> Could you look at
>> http://hackage.haskell.org/packages/archive/time/1.2.0.5/doc/html/Data-Time-Format.html
>> ?
>> Is it enough?
>>
>>
>>
>> 2011/6/14 Dmitri O.Kondratiev <dokondr at gmail.com>
>>
>>>  Sorry for typo - I need subtract dates (no 'abstracting') :
>>>
>>>
>>> On Tue, Jun 14, 2011 at 3:49 PM, Dmitri O.Kondratiev <dokondr at gmail.com>wrote:
>>>
>>>> It looks like GHC, 7.0.3 "Haskell Hierarchical Libraries" documentation
>>>> generated for Win32, that goes with Haskell Platform installation package,
>>>> does not have a section on Data.Time module.
>>>> How  can that be?
>>>>
>>>> I need to convert a string of the form ",10/11/2009 7:04:28 PM" to
>>>> Haskell type that can be used for comparing and abstracting dates.
>>>> What is the simplest way to day that?
>>>>
>>>> Thanks!
>>>>
>>>>
>>>
>>>
>>>
>>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110614/4f7920c7/attachment.htm>


More information about the Haskell-Cafe mailing list