Summary
Thyme is a rewrite of the fine @time@ library, with a particular focus on performance for applications that make heavy use of timestamps. See "Data.Thyme" for a full description.
Versions
v0.3.5.5 :: 0/0.3.5.5 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- bug-for-bug doc hscolour lens profile show-internal
USE flags
General
- bug-for-bug
- bug-for-bug compatibility with time
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- lens
- use the full lens package
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- show-internal
- instance Show of internal representation
Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / lens : Lenses, Folds and Traversals
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / profunctors : Haskell98 profunctors package
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / random : random number library
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / vector : Efficient Arrays
dev-haskell / vector-space : Vector & affine spaces, linear maps, and derivatives
dev-haskell / vector-th-unbox : Deriver for Data.Vector.Unboxed using Template Haskell
Runtime Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / lens : Lenses, Folds and Traversals
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / profunctors : Haskell98 profunctors package
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / random : random number library
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / vector : Efficient Arrays
dev-haskell / vector-space : Vector & affine spaces, linear maps, and derivatives
dev-haskell / vector-th-unbox : Deriver for Data.Vector.Unboxed using Template Haskell
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/thyme: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
dev-haskell/thyme: faster time library, a depend of app-forensics/quickfuzz
Package-Manager: portage-2.3.0