{"id":16716851,"url":"https://github.com/shayne-fletcher/ghc-lib-parser-ex","last_synced_at":"2025-03-17T01:31:18.351Z","repository":{"id":38209456,"uuid":"233402719","full_name":"shayne-fletcher/ghc-lib-parser-ex","owner":"shayne-fletcher","description":"GHC API parse tree utilities","archived":false,"fork":false,"pushed_at":"2025-03-13T01:47:41.000Z","size":388,"stargazers_count":10,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-13T02:34:08.700Z","etag":null,"topics":["ghc-api","ghc-lib-parser"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shayne-fletcher.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-12T14:10:47.000Z","updated_at":"2024-12-19T02:14:05.000Z","dependencies_parsed_at":"2023-02-19T02:15:43.684Z","dependency_job_id":"c006f128-d719-4971-8776-d13e6d7af855","html_url":"https://github.com/shayne-fletcher/ghc-lib-parser-ex","commit_stats":{"total_commits":280,"total_committers":4,"mean_commits":70.0,"dds":"0.12857142857142856","last_synced_commit":"1dbe2fd8a1b0a63ddcc793a050c6c71403eda48c"},"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shayne-fletcher%2Fghc-lib-parser-ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shayne-fletcher%2Fghc-lib-parser-ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shayne-fletcher%2Fghc-lib-parser-ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shayne-fletcher%2Fghc-lib-parser-ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shayne-fletcher","download_url":"https://codeload.github.com/shayne-fletcher/ghc-lib-parser-ex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835959,"owners_count":20355613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ghc-api","ghc-lib-parser"],"created_at":"2024-10-12T21:28:13.882Z","updated_at":"2025-03-17T01:31:18.020Z","avatar_url":"https://github.com/shayne-fletcher.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ghc-lib-parser-ex\n [![License BSD3](https://img.shields.io/badge/license-BSD3-brightgreen.svg)](http://opensource.org/licenses/BSD-3-Clause) [![Hackage version](https://img.shields.io/hackage/v/ghc-lib-parser-ex.svg?label=Hackage)](https://hackage.haskell.org/package/ghc-lib-parser-ex) [![Stackage version](https://www.stackage.org/package/ghc-lib-parser-ex/badge/nightly?label=Stackage)](https://www.stackage.org/package/ghc-lib-parser-ex) [![ghc-lib-parser-ex-ghc-lib-parser-9.10.1.20240511](https://github.com/shayne-fletcher/ghc-lib-parser-ex/actions/workflows/ghc-lib-parser-ex-ghc-lib-parser-9.10.1.20240511.yml/badge.svg)](https://github.com/shayne-fletcher/ghc-lib-parser-ex/actions/workflows/ghc-lib-parser-ex-ghc-lib-parser-9.10.1.20240511.yml)\n\nCopyright © 2020-2024 Shayne Fletcher. All rights reserved.\nSPDX-License-Identifier: BSD-3-Clause\n\nThe `ghc-lib-parser-ex` package contains GHC API parse tree utilities. It works with or without [`ghc-lib-parser`](https://github.com/digital-asset/ghc-lib).\n\n## Using `ghc-lib-parser-ex`\n\nPackage `ghc-lib-parser-ex` is on [Hackage](https://hackage.haskell.org/package/ghc-lib-parser-ex) e.g. `cabal install ghc-lib-parser-ex`. Like `ghc-lib-parser`, there are two release streams within the `ghc-lib-parser-ex` name.\n\n### Versioning policy\n\nPackage `ghc-lib-parser-ex` does **not** conform to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).\n\nVersion numbers are of the form α.β.γ.δ where α.β corresponds to a GHC series and γ.δ are the major and minor parts of the `ghc-lib-ex-parser` package release. Examples:\n* Version 8.10.1.3 is compatible with any `ghc-lib-parser-8.10.*` (or `ghc-8.10.*`) package;\n* Version 0.20190204.2.0 is compatible with [`ghc-lib-parser-0.20190204`](http://hackage.haskell.org/package/ghc-lib-0.20190204).\n\nThe major part γ of the release number indicates an interface breaking change from the previous release. The minor part δ indicates a non-interface breaking change from the previous release.\n\n## Building `ghc-lib-parser-ex`\n\nProduce and test `ghc-lib-parser-ex` package distributions by executing the CI script:\n```bash\n    git clone git@github.com:shayne-fletcher/ghc-lib-parser-ex.git\n    cd ghc-lib-parser-ex\n    cabal run exe:ghc-lib-parser-ex-build-tool --allow-newer=\"ghc-lib-parser-ex:ghc-lib-parser\" --constraint=\"ghc-lib-parser == 9.10.1.20240511\" -- --version-tag 9.10.0.1\n```\n\nTo run [`hlint`](https://github.com/ndmitchell/hlint) on this repository, `hlint --cpp-include cbits --cpp-define GHC_XXXX .` (where `XXXX` at this time is one of `8_8`, `8_10`, `9_0`, `9_2`, `9_4`, `9_6`, `9_8` or `9_10`).\n\n## Releasing `ghc-lib-parser-ex` (notes for maintainers)\n\nUpdate the [changelog](./ChangeLog.md), `git tag \u003cversion\u003e \u0026\u0026 git push origin \u003cversion\u003e` then build via the [above instructions](#building-ghc-lib-parser-ex) and upload the resulting `.tar.gz` files to [Hackage](https://hackage.haskell.org/upload).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshayne-fletcher%2Fghc-lib-parser-ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshayne-fletcher%2Fghc-lib-parser-ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshayne-fletcher%2Fghc-lib-parser-ex/lists"}