module Googleemail where import Data.Text clientId :: Text clientId = "myid" clientSecret :: Text clientSecret = "mysecret"