Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nichtich/extdatetime
Extended Date/Time in Haskell
https://github.com/nichtich/extdatetime
Last synced: 5 days ago
JSON representation
Extended Date/Time in Haskell
- Host: GitHub
- URL: https://github.com/nichtich/extdatetime
- Owner: nichtich
- License: other
- Created: 2010-11-25T18:09:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-26T10:14:52.000Z (about 14 years ago)
- Last Synced: 2024-10-30T16:25:24.095Z (about 2 months ago)
- Language: Haskell
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Name
Extended Date/Time module in Haskell# Description
This is just an experiment Haskell module to clarify my own understanding
of extended Date/Time values, and to tech me Haskell. It is based on simple
Date/Time concepts from [ISO 8601](http://xml.coverpages.org/ISO-FDIS-8601.pdf).Extended datetime concepts are proposed as extension to ISO 8601 and
publically discussed [at LOC](http://www.loc.gov/standards/datetime/).# Usage
$ cabal configure
$ ghci src/Data/DateTime/Extended.lhs# Contribution
Feel free to fork this projects fromhttps://github.com/nichtich/extdatetime
or reuse the code in any other way. There is an issue tracker at
https://github.com/nichtich/extdatetime/issues
Hints on Haskell are especially welcome!
# Author
Jakob Voss