Metadata revisions for chronos-0.3

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r1 (chronos-0.3-r1) 2016-11-29T18:58:00Z andrewthad 61e89d96d116d28efa59ca1583ce5e1a9dd6bbc8a644000f182233aa5fb480a0
  • Changed synopsis from

    A time library, encoding, decoding, and instances
    to
    A performant time library

  • Changed description from

    Please see README.md
    to
    Performance-oriented time library for haskell. The main differences
    between this and "time" are that this library:
    
    * Uses machine integers where possible. This means that some time-related
    arithmetic should be faster. It also means that the types are incapable
    of representing times that are very far in the future or the past.
    
    * Provides `ToJSON` and "FromJSON" instances for json serialization.
    
    * Provides "Unbox" instances for working with unboxed vectors.
    
    * Uses normal non-overloaded haskell functions for encoding and decoding time. It provides
    "attoparsec" parsers for both "Text" and "ByteString". Additionally, it
    provides functions for encoding time as "Text" or "ByteString". The "time"
    library uses accomplishes these with the "Data.Time.Format" module,
    which uses UNIX-style datetime format strings. It is expected that
    the approach taken in this library is faster and catches more mistakes
    at compile time at the cost of being less expressive.
    
    * Only provides nanosecond resolution instead of picosecond resolution.

  • Changed the library component's library dependency on 'aeson' from

    >=0
    to
    >=0.11 && <1.1

  • Changed the library component's library dependency on 'attoparsec' from

    >=0
    to
    >=0.13 && <0.14

  • Changed the library component's library dependency on 'base' from

    >=4.7 && <5
    to
    >=4.8 && <5

  • Changed the library component's library dependency on 'bytestring' from

    >=0
    to
    >=0.10 && <0.11

  • Changed the library component's library dependency on 'hashable' from

    >=0
    to
    >=1.2 && <1.3

  • Changed the library component's library dependency on 'primitive' from

    >=0
    to
    >=0.6 && <0.7

  • Changed the library component's library dependency on 'text' from

    >=0
    to
    >=1.2 && <1.3

  • Changed the library component's library dependency on 'vector' from

    >=0
    to
    >=0.11 && <0.12

-r0 (chronos-0.3-r0) 2016-11-29T15:10:17Z andrewthad 8d5e47133c7153d7eedd479dfa4d7c43707ed1e57833328c6cd153ef761cd009