packages feed

rfc3339 1.0.0 → 1.0.1

raw patch · 1 files changed

+9/−7 lines, 1 files

Files

rfc3339.cabal view
@@ -1,15 +1,15 @@ Name:          rfc3339-Version:       1.0.0+Version:       1.0.1 Category:      Web, Time-Synopsis:      Parse and display time according to RFC 3339+Synopsis:      Parse and display time according to RFC3339 Description:      .-  Parse and display time according to -  RFC 3339 <http://www.ietf.org/rfc/rfc3339.txt>.+  Parse and display time according to RFC3339: +  <http://www.ietf.org/rfc/rfc3339.txt>+  .   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.+  Right now there is only support for reading and showing String   .   Example of usage:   > @@ -23,12 +23,14 @@   > example3 = "1990-12-31T23:59:60Z"   > example4 = "1990-12-31T15:59:60-08:00"   > example5 = "1937-01-01T12:00:27.87+00:20"-  > examples = [example1,example2,exmaple3,example4,example5]+  > examples = [example1,example2,example3,example4,example5]   >   > readAll = map readRFC3339 examples+  >   .   For more information please read the documentation of the module    bellow.+  . Build-type:    Simple Maintainer:    Hugo Daniel Gomes <mr.hugo.gomes@gmail.com> Author:        Hugo Daniel Gomes <mr.hugo.gomes@gmail.com>