typed-time: A strongly typed way to handle time and date formats

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Simple type-safe wrapper for time's Data.Time.Format.

You are are to represent a sound formatting at type-level:

myInput :: FormattedTime RFC822

[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), time (>=1.11.1.2 && <1.12) [details]
License ISC
Copyright Gautier DI FOLCO
Author Gautier DI FOLCO
Maintainer gautier.difolco@gmail.com
Category Time
Home page https://github.com/blackheaven/typed-time#readme
Bug tracker https://github.com/blackheaven/typed-time/issues
Source repo head: git clone https://github.com/blackheaven/typed-time
Uploaded by gdifolco at 2021-05-23T15:36:46Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for typed-time-0.1.0.0

[back to package description]

typed-time

Simple type-safe wrapper for time's Data.Time.Format.

You are are to represent a sound formatting at type-level:

myInput :: FormattedTime 'RFC822'