{"id":31641909,"url":"https://github.com/haskell-effectful/typed-process-effectful","last_synced_at":"2025-10-07T03:26:20.705Z","repository":{"id":40493335,"uuid":"461619466","full_name":"haskell-effectful/typed-process-effectful","owner":"haskell-effectful","description":"Bindings of typed-process for the effectful ecosystem","archived":false,"fork":false,"pushed_at":"2025-08-12T06:26:13.000Z","size":50,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-21T07:27:24.089Z","etag":null,"topics":["effect-system","effectful","haskell"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell-effectful.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-20T21:19:34.000Z","updated_at":"2024-10-31T14:39:10.000Z","dependencies_parsed_at":"2024-07-16T13:14:58.607Z","dependency_job_id":"25f72152-9a63-46e5-89f8-cda564b90dcf","html_url":"https://github.com/haskell-effectful/typed-process-effectful","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/haskell-effectful/typed-process-effectful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-effectful%2Ftyped-process-effectful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-effectful%2Ftyped-process-effectful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-effectful%2Ftyped-process-effectful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-effectful%2Ftyped-process-effectful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell-effectful","download_url":"https://codeload.github.com/haskell-effectful/typed-process-effectful/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-effectful%2Ftyped-process-effectful/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278714513,"owners_count":26033089,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["effect-system","effectful","haskell"],"created_at":"2025-10-07T03:26:15.172Z","updated_at":"2025-10-07T03:26:19.875Z","avatar_url":"https://github.com/haskell-effectful.png","language":"Haskell","readme":"# typed-process-effectful\n\n## Description\n\nAn alternative `Process` effect for the [`effectful`][effectful] ecosystem.\nWhile to the `Process` effect shipped with the `effectful` library is based on\nthe [`process`][process] package this implementation relies on\n[`typed-process`][typed-process] instead.\n\n## How to use\n\nThe functions exposed by the `Effectful.Process.Typed` module are those from\n[`System.Process.Typed`](https://hackage.haskell.org/package/typed-process-0.2.6.1/docs/System-Process-Typed.html)\nwith the notable difference that they have a `TypedProcess :\u003e es` constraint.\nUse `runTypedProcess` to handle the effect and eliminate the constraint.\n\n```haskell\nimport Effectful.Monad\nimport Effectful.Process.Typed\n\nmain :: IO ()\nmain = runEff . runTypedProcess $ true\n\ntrue :: TypedProcess :\u003e es =\u003e Eff es ()\ntrue = Effectful.Process.Typed.runProcess_ $ shell \"true\"\n```\n\n[effectful]: https://github.com/haskell-effectful/effectful\n[process]: https://hackage.haskell.org/package/process\n[typed-process]: https://hackage.haskell.org/package/typed-process\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell-effectful%2Ftyped-process-effectful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaskell-effectful%2Ftyped-process-effectful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell-effectful%2Ftyped-process-effectful/lists"}