Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/time
A time library
https://github.com/haskell/time
Last synced: about 1 month ago
JSON representation
A time library
- Host: GitHub
- URL: https://github.com/haskell/time
- Owner: haskell
- License: other
- Created: 2014-07-19T21:13:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T13:53:23.000Z (7 months ago)
- Last Synced: 2024-04-15T08:17:48.008Z (7 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/time
- Size: 1.13 MB
- Stars: 118
- Watchers: 13
- Forks: 79
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# time
This is the haskell time library that is bundled with [GHC][GHC] the Glasgow/
Glorious Haskell compiler.To build this package using Cabal directly from git, you must run
"autoreconf" before the usual Cabal build steps (configure/build/install).
autoreconf is included in the GNU autoconf tools. There is no need to run
the "configure" script: the "setup configure" step will do this for you.[GHC]: https://www.haskell.org/ghc/