diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73e3155..73d8343 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,3 +36,10 @@ jobs: stack-build-arguments: "--fast" env: STACK_YAML: ${{ matrix.stack-yaml }} + + cabal-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: cabal check --ignore=missing-upper-bounds + working-directory: recurly-client diff --git a/cabal-fields.txt b/cabal-fields.txt index 7119a25..3f7087d 100644 --- a/cabal-fields.txt +++ b/cabal-fields.txt @@ -3,3 +3,7 @@ homepage: https://github.com/freckle/recurly-client license-file: LICENSE license: MIT maintainer: Freckle Education +synopsis: Client for Recurly subscription management +description: + Auto-generated from OpenAPI specification. + See Recurly API documentation at https://recurly.com/developers/api/ diff --git a/recurly-client/recurly-client.cabal b/recurly-client/recurly-client.cabal index 0eff530..209f33e 100644 --- a/recurly-client/recurly-client.cabal +++ b/recurly-client/recurly-client.cabal @@ -5,6 +5,11 @@ homepage: https://github.com/freckle/recurly-client license-file: LICENSE license: MIT maintainer: Freckle Education +synopsis: Client for Recurly subscription management +description: + Auto-generated from OpenAPI specification. + See Recurly API documentation at https://recurly.com/developers/api/ + name: recurly-client build-type: Simple