diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index cb60c10..115210e 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -34,11 +34,11 @@ jobs: # Latest stable for MacOS: ghc-8.8.4 - resolver: lts-16 os: macos-latest - stack-yaml: stack-extra-deps.yaml + stack-yaml: stack.yaml # Latest stable for Windows: ghc-8.6.4 - resolver: lts-14 os: windows-latest - stack-yaml: stack-extra-deps.yaml + stack-yaml: stack.yaml env: STACK_YAML: stack.yaml diff --git a/README.md b/README.md index ab134d1..28fb880 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ms-graph-api -Microsoft Graph API - +Haskell client bindings to the [Microsoft Graph API v1.0](https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0). + [![Hackage](https://img.shields.io/hackage/v/ms-graph-api?style=for-the-badge)](https://hackage.haskell.org/package/ms-graph-api) ## Description -Client interface for the [Microsoft Graph API v1.0](https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0) for [Haskell](https://www.haskell.org). +This library provides both the client interface and authorization infrastructure to integrate with Microsoft infrastructure, e.g. using ActiveDirectory as an OAuth2 identity provider. ## Status @@ -14,3 +14,7 @@ This library is still in development, so expect missing funcionality. If there's anything you would like to see added, feel free to [open an issue](https://github.com/unfoldml/ms-graph-api/issues/new). Some breaking changes might also be introduced as the library matures. + +## Copyright + +(c) 2023-, Marco Zocca, UnfoldML AB