Liyang HU

Results 12 comments of Liyang HU

Do we have a resolution for this? @mikeizbicki has basically taken over the package these days…

@edolstra wrote: > […] I don't think it's a good idea to use it in Nixpkgs because it's pretty ugly. I don't understand this objection to optional double-quoting of troublesome...

Hello @edolstra! Firstly I must admit that I don't know Nix (the language), nor do I use Nix (the distro), so I have a few questions (and apologies if they're...

> The hackage docs say `NominalDiffTime` has `Fractional` and `Num` instance. You'll get those instances by explicitly importing `Data.Thyme.Time`. I'll leave this ticket open until I get around to adding...

Ah, so you're _scaling_ a time difference. Yes, use `(^/)` or even `(*^)` or `(^*)`. :)

@jasonzoladz At the top of [Data.Thyme.Clock](http://hackage.haskell.org/package/thyme-0.3.5.5/docs/Data-Thyme-Clock.html), it says: > Num, Real, Fractional and RealFrac instances for DiffTime and NominalDiffTime are only available by importing Data.Thyme.Time. In their stead are instances...

This is wonderful! :smiley_cat: Apologies for the woefully lacking documentation (even less of it than `time`); I've fallen into the age-old trap of never getting around to writing any. (I'm...

Ah, in that case don't worry about it. I'll have a play with create.ly later myself. :) On 16 Jul 2014 13:41, "Joel Taylor" [email protected] wrote: > I'd love to...

But `UTCView` can. Perhaps that's okay if we make it official (and rename it to something sensible, and fix `Data.Thyme.Clock.TAI` to accept it instead of `UTCTime`.) I'd like to know...