haskell-thyme 0.3.5.5-4build3 source package in Ubuntu

Changelog

haskell-thyme (0.3.5.5-4build3) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Tue, 03 Sep 2019 08:25:43 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-thyme_0.3.5.5.orig.tar.gz 36.3 KiB 84c6701fb7b40841d22582202382c362fd9e0d6e5f1c959b7e0f2f91a85c796c
haskell-thyme_0.3.5.5-4build3.debian.tar.xz 3.1 KiB 9194ca5cfe4466486e6754eb7fbd684baea429496e83a11448be02a5581ed63f
haskell-thyme_0.3.5.5-4build3.dsc 2.9 KiB a7a764d9dd53c56da1b6811a89451c284048e816aec2d2ad86c1d362dfef10ba

View changes file

Binary packages built by this source

libghc-thyme-dev: No summary available for libghc-thyme-dev in ubuntu eoan.

No description available for libghc-thyme-dev in ubuntu eoan.

libghc-thyme-doc: faster time library; documentation

 Thyme is a rewrite of the fine time library, with a particular focus
 on performance for applications that make heavy use of timestamps. For
 example, UTCTime is represented with μs precision as an Int64, which
 gives a usable range from -290419-11-07 19:59:05.224192 UTC to
 294135-11-26 04:00:54.775807 UTC in the future.
 .
 Conversions are provided as Iso's from the lens package, while
 AdditiveGroup, VectorSpace and AffineSpace from vector-space allow for
 more principled operations instead of Num, Fractional & al.
 .
 Thyme uses strict and unpacked tuples throughout, e.g. YearMonthDay or
 WeekDate. Descriptive Int synonyms such as Year and DayOfMonth are
 also provided.
 .
 On platforms where Int is 64-bits wide, types with an Enum instance
 can be used as Keys for IntMap, preferably via the EnumMap wrapper
 provided by enummapset-th. In any case the Ord instances are much
 faster, if you must use Map.
 .
 Data.Thyme.Time is a drop-in compatibility module for existing code.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-thyme-prof: faster time library; profiling libraries

 Thyme is a rewrite of the fine time library, with a particular focus
 on performance for applications that make heavy use of timestamps. For
 example, UTCTime is represented with μs precision as an Int64, which
 gives a usable range from -290419-11-07 19:59:05.224192 UTC to
 294135-11-26 04:00:54.775807 UTC in the future.
 .
 Conversions are provided as Iso's from the lens package, while
 AdditiveGroup, VectorSpace and AffineSpace from vector-space allow for
 more principled operations instead of Num, Fractional & al.
 .
 Thyme uses strict and unpacked tuples throughout, e.g. YearMonthDay or
 WeekDate. Descriptive Int synonyms such as Year and DayOfMonth are
 also provided.
 .
 On platforms where Int is 64-bits wide, types with an Enum instance
 can be used as Keys for IntMap, preferably via the EnumMap wrapper
 provided by enummapset-th. In any case the Ord instances are much
 faster, if you must use Map.
 .
 Data.Thyme.Time is a drop-in compatibility module for existing code.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.