packages feed

webex-teams-conduit 0.2.0.0 → 0.2.0.1

raw patch · 4 files changed

+15/−10 lines, 4 filessetup-changedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,9 @@+## webex-teams-conduit-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-conduit-0.2.0.0  * Initial release.
README.md view
@@ -1,7 +1,7 @@ # webex-teams-conduit  [![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-conduit.svg?style=flat)](https://hackage.haskell.org/package/webex-teams-conduit) [![Stackage Nightly](http://stackage.org/package/webex-teams-conduit/badge/nightly)](http://stackage.org/nightly/package/webex-teams-conduit) [![Stackage LTS](http://stackage.org/package/webex-teams-conduit/badge/lts)](http://stackage.org/lts/package/webex-teams-conduit)
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
webex-teams-conduit.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: 0b969920bb9c72d20588717290eebeab1554540006115afc12e048113d22670a  name:           webex-teams-conduit-version:        0.2.0.0+version:        0.2.0.1 synopsis:       Conduit wrapper of Webex Teams List 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@@ -68,6 +67,8 @@   hs-source-dirs:       test   ghc-options: -rtsopts+  build-tool-depends:+      hspec-discover:hspec-discover   build-depends:       aeson     , async