Khan Thompson

Results 3 issues of Khan Thompson

Just had a discussion with a coworker about what to do with imports once they exceed 80 characters. Would something like ``` import Some.Long.Module (Thing, That, Blah, asdasd, asdasdasdasd, adasdasdasdas,...

I have the following: ``` haskell {-# LANGUAGE OverloadedStrings #-} import Web.Wheb import Data.Monoid (()) handleHome :: MinHandler handleHome = text $ "Hello, world!" handleEcho :: MinHandler handleEcho = do...

Currently `native-tls` is set as a default feature, but selecting a different tls implementation requires `default-features = false` in your Cargo.toml. This PR will select one of the alternatives in...