webex-teams-pipes 0.2.0.0 → 0.2.0.1
raw patch · 5 files changed
+16/−11 lines, 5 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- LICENSE +1/−1
- README.md +1/−1
- Setup.hs +0/−2
- webex-teams-pipes.cabal +8/−7
ChangeLog.md view
@@ -1,3 +1,9 @@+## webex-teams-pipes-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-pipes-0.2.0.0 * Initial release.
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-pipes [](https://opensource.org/licenses/MIT)-[](https://travis-ci.org/nshimaza/webex-teams-api)+[](https://github.com/nshimaza/webex-teams-api/actions?query=workflow%3Abuild) [](https://hackage.haskell.org/package/webex-teams-pipes) [](http://stackage.org/nightly/package/webex-teams-pipes) [](http://stackage.org/lts/package/webex-teams-pipes)
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
webex-teams-pipes.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: cdafad5854c98fccbdc2c3e2432e95eda012e8291e85f775cc481ff56ffba9b9 name: webex-teams-pipes-version: 0.2.0.0+version: 0.2.0.1 synopsis: Pipes 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