google-server-api 0.3.2.0 → 0.3.2.1
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- google-server-api.cabal +2/−2
- src/Google/Type.hs +1/−0
google-server-api.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: d90c01868fd5ad9fcc24aa1c288d115515bc43534e9f4110da048a8f7500864d+-- hash: dfb218bddcb334f3b85a53829c1046e9b4769b28d15b15cdbaabfb5e8f2ea1e3 name: google-server-api-version: 0.3.2.0+version: 0.3.2.1 synopsis: Google APIs for server to server applications description: This library provides a way to use Google API for server to server applications. category: Web
src/Google/Type.hs view
@@ -23,6 +23,7 @@ import qualified Data.ByteString.Lazy as LBS import Data.Char (toLower) import Data.List.NonEmpty (NonEmpty((:|)))+import Data.Monoid ((<>)) import Data.Text (Text, intercalate) import Data.Typeable (Typeable) import GHC.Generics (Generic)