fixtime

Fixes to Haskell's time package.


Keywords
data, library, Propose Tags, Index, Data.Fixtime, fixtime-1.5.0.2.tar.gz, browse, Package description, Package maintainers, pharpend, edit package information
License
BSD-2-Clause
Install
cabal install fixtime-1.5.0.2

Documentation

fixtime-1.5

This is a set of patches to the popular time package in Haskell.

The developer of time, Ashley Yakeley was quite hostile towards this change, even though it seems quite obviously correct.

The only change so far is to add an Eq and Ord instance for ZonedTime, by comparing the two times, converted to UTC.

If you have any suggested changes to the time package, please send them here, because I am much more likely to listen.

Usage

import Data.Fixtime, and then use it just like you would use Data.Time.