thyme icon indicating copy to clipboard operation
thyme copied to clipboard

Feature/control monad thyme

Open tmortiboy opened this issue 9 years ago • 1 comments

There is currently a MonadTime type class for monads which carry the notion of the current time for Data.Time.

This PR brings that functionality to Data.Thyme.

tmortiboy avatar Nov 10 '16 11:11 tmortiboy

Its only the GHC 7.6.3 build which is failing for my PR, but the reason appears to be because the build cannot download js-query:

Downloading js-jquery-3.1.1...
Failed to install js-jquery-3.1.1
...
cabal: Error: some packages failed to install:
criterion-1.1.4.0 depends on js-jquery-3.1.1 which failed to install.
js-jquery-3.1.1 failed during the configure step. The exception was:
user error (The package requires Cabal library version -any && >=1.18 but no
suitable version is installed.)

Any ideas how to resolve this issue?

tmortiboy avatar Nov 10 '16 12:11 tmortiboy