parsedate - Haskell library for parsing dates and times

Description

This library provides a function for parsing dates and times given a date format string.

API Documentation

Haddock-generated API documentation

Download

Darcs

$ darcs get --partial http://www.cs.chalmers.se/~bringert/darcs/parsedate/

Tarball

Latest release: parsedate-2006.11.10.tar.gz

You can also use parsedate-latest.tar.gz which should always redirect you to the latest release tarball.

Installation

  1. Unpack the sources and enter the source directory:
    $ tar -zxf parsedate-2006.11.10.tar.gz
    $ cd parsedate-2006.11.10
    
  2. Configure:
    $ runghc Setup.hs configure
    
  3. Build:
    $ runghc Setup.hs build
    
  4. Install (as root):
    # runghc Setup.hs install
    

Maintainer

bjorn@bringert.net

License

BSD3