{"id":23613650,"url":"https://github.com/freckle/haskell-library-template","last_synced_at":"2025-10-27T20:32:29.033Z","repository":{"id":37957198,"uuid":"498786110","full_name":"freckle/haskell-library-template","owner":"freckle","description":"A template repository for haskell libraries","archived":false,"fork":false,"pushed_at":"2025-01-10T14:19:13.000Z","size":59,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-01-10T14:28:53.165Z","etag":null,"topics":["terraform-managed"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freckle.png","metadata":{"files":{"readme":"README.lhs","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-01T15:10:32.000Z","updated_at":"2025-01-06T17:51:22.000Z","dependencies_parsed_at":"2022-09-02T11:22:05.005Z","dependency_job_id":"df304b60-5226-4636-8591-5c83079a107e","html_url":"https://github.com/freckle/haskell-library-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Fhaskell-library-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Fhaskell-library-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Fhaskell-library-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Fhaskell-library-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freckle","download_url":"https://codeload.github.com/freckle/haskell-library-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239491351,"owners_count":19647811,"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":["terraform-managed"],"created_at":"2024-12-27T17:18:36.613Z","updated_at":"2025-10-27T20:32:29.028Z","avatar_url":"https://github.com/freckle.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haskell-library-template\n\n[![Hackage](https://img.shields.io/hackage/v/haskell-library-template.svg?style=flat)](https://hackage.haskell.org/package/haskell-library-template)\n[![Stackage Nightly](http://stackage.org/package/haskell-library-template/badge/nightly)](http://stackage.org/nightly/package/haskell-library-template)\n[![Stackage LTS](http://stackage.org/package/haskell-library-template/badge/lts)](http://stackage.org/lts/package/haskell-library-template)\n[![CI](https://github.com/freckle/haskell-library-template/actions/workflows/ci.yml/badge.svg)](https://github.com/freckle/haskell-library-template/actions/workflows/ci.yml)\n\n_Synopsis_\n\n## Example\n\n\u003c!--\n```haskell\nmodule Main (main) where\n\nimport Prelude\n```\n--\u003e\n\n```haskell\nsomeExample :: IO ()\nsomeExample = putStrLn \"Hello world\"\n```\n\n\u003c!--\n```haskell\nmain :: IO ()\nmain = someExample\n```\n--\u003e\n\n## Development \u0026 Tests\n\n```console\nstack build --fast --pedantic --test --file-watch\n```\n\n---\n\n## How to use this Template\n\nHaskell library template used at Freckle.\n\n### Create your repo\n\nIf you are working within the freckle org, use [github-vending-machine][ghvm]. Otherwise:\n\n[ghvm]: https://github.com/freckle/github-vending-machine\n```sh\ngh repo create --template freckle/haskell-library-template --public freckle/\u003cname\u003e\ngit clone git@github.com:freckle/\u003cname\u003e\ncd ./\u003cname\u003e\n```\n\n### Rename your package\n\n```sh\nfind -type f -exec \\\n  sed -i s/haskell-library-template/my-name/ {} +\n```\n\nEdit `package.yaml` as necessary.\n\n### Enable release\n\nWhen you are ready to release your library, simply remove the conditional from\nthe release workflow.\n\n```diff\n-      - if: false # Remove when ready to release\n```\n\n### Open repo up to [hacktoberfest][hacktoberfest] contributions\n\nAdd the `hacktoberfest` topic to your repo if\n\n- you're planning on releasing it as open source, and\n- you think it would benefit from and be amenable to public contributions\n\n[hacktoberfest]: https://hacktoberfest.digitalocean.com/\n\n---\n\n[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreckle%2Fhaskell-library-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreckle%2Fhaskell-library-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreckle%2Fhaskell-library-template/lists"}