packages feed

webex-teams-api 0.2.0.0 → 0.2.0.1

raw patch · 5 files changed

+16/−11 lines, 5 filessetup-changedPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Network.WebexTeams: type family ToResponse a :: *
+ Network.WebexTeams.Types: -- criteria, entity key or create / update parameters.
+ Network.WebexTeams.Types: -- | Associate response type to input parameter type such as filter

Files

ChangeLog.md view
@@ -1,3 +1,9 @@+## Webex-teams-api 0.2.0.1++* Include .cabal file in source repo.+* Migrate CI from Travis to GitHub Actions.+* Build and test for multiple platforms and GHC versions.+ ## Webex-teams-api 0.2.0.0  * First release of webex-teams-api.
LICENSE view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017,2018 Naoto Shimazaki+Copyright (c) 2017-2020 Naoto Shimazaki  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
README.md view
@@ -1,7 +1,7 @@ # webex-teams-api  [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)-[![Build Status](https://travis-ci.org/nshimaza/webex-teams-api.svg?branch=master)](https://travis-ci.org/nshimaza/webex-teams-api)+[![Build Status](https://github.com/nshimaza/webex-teams-api/workflows/build/badge.svg)](https://github.com/nshimaza/webex-teams-api/actions?query=workflow%3Abuild) [![Hackage](https://img.shields.io/hackage/v/webex-teams-api.svg?style=flat)](https://hackage.haskell.org/package/webex-teams-api) [![Stackage Nightly](http://stackage.org/package/webex-teams-api/badge/nightly)](http://stackage.org/nightly/package/webex-teams-api) [![Stackage LTS](http://stackage.org/package/webex-teams-api/badge/lts)](http://stackage.org/lts/package/webex-teams-api)
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
webex-teams-api.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.28.2.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack------ hash: 9e72d5d863d1bf16130c57d4869335f92a9d71362fcb237febe15416af1d8c4f  name:           webex-teams-api-version:        0.2.0.0+version:        0.2.0.1 synopsis:       A Haskell bindings for Webex Teams API description:    Please see the README on Github at <https://github.com/nshimaza/webex-teams-api#readme> category:       Web@@ -13,14 +13,13 @@ bug-reports:    https://github.com/nshimaza/webex-teams-api/issues author:         Naoto Shimazaki maintainer:     Naoto.Shimazaki@gmail.com-copyright:      2017,2018 Naoto Shimazaki+copyright:      2017-2020 Naoto Shimazaki license:        MIT license-file:   LICENSE build-type:     Simple-cabal-version:  >= 1.10 extra-source-files:-    ChangeLog.md     README.md+    ChangeLog.md  source-repository head   type: git@@ -81,6 +80,8 @@   hs-source-dirs:       test   ghc-options: -rtsopts+  build-tool-depends:+      hspec-discover:hspec-discover   build-depends:       aeson     , async