Name: rfc3339 Version: 1.0.4 Category: Web, Time Synopsis: Parse and display time according to RFC3339 Description: . Parse and display time according to RFC3339: . This package defines a type class to parse and read RFC 3339 from different data types. Right now there is only support for reading and showing String . For more information and usage examples please read the documentation of the module here: . Build-type: Simple Maintainer: Hugo Daniel Gomes Author: Hugo Daniel Gomes Copyright: Hugo Daniel Gomes Cabal-version: >= 1.6 License: BSD3 License-file: LICENSE source-repository head type: git location: git://github.com/HugoDaniel/RFC3339.git library build-depends: base < 5, time >= 1.2, old-locale exposed-modules: Data.Time.RFC3339 extensions: TypeSynonymInstances