Skip to content

Commit

Permalink
fix cabal file (#12)
Browse files Browse the repository at this point in the history
* add required cabal fields

* add cabal check job
  • Loading branch information
chris-martin authored Jan 9, 2025
1 parent f33d05a commit 2f10b50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions cabal-fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
5 changes: 5 additions & 0 deletions recurly-client/recurly-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2f10b50

Please sign in to comment.