John Chee
John Chee
I think you'd need to change `utcToLocalTime` to `utcToLocalTime utc` but yes, that's what I'm looking for (though, I am not a time expert). `localTimeToUTC` also needs a `TimeZone` so...
@neurobin ``` % shc -h shc Version 3.9.4a, Generic Shell Script Compiler shc GNU GPL Version 3 Jahidul Hamid shc Usage: shc [-e date] [-m addr] [-i iopt] [-x cmnd]...
Since this is a Haskell package, the Hackage maintainer (whether organization or personal repo) http://hackage.haskell.org/package/hsenv should also be considered. @tmhedberg I'm glad to know that when I 'cabal install hsenv'...
@luigy Thanks for advice. A full trace of each commands follow: ``` % export STACK_YAML=stack-ghcjs-improved-base.yaml stack --no-system-ghc setup stack --no-system-ghc build Getting project config file from STACK_YAML environment stack will...
I think allowing both "--ghc=PATH" and "--ghc PATH" is a good idea. Better error reporting for unknowing users like me would also be helpful, maybe like the ghc configure script...
Can we formalize the design around `Foldable` and `Traversable`? ### 0 dimension ``` Haskell Bool String -- pretending that String is a base type Text Int () (a, b) --...