{"id":16431493,"url":"https://github.com/dcastro/hsscripts","last_synced_at":"2026-05-15T17:04:02.400Z","repository":{"id":145860033,"uuid":"116043015","full_name":"dcastro/hsscripts","owner":"dcastro","description":"A bunch of assorted Haskell stack scripts (just 1 for now, more to come)","archived":false,"fork":false,"pushed_at":"2018-01-02T18:07:38.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T09:47:32.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dcastro.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":"2018-01-02T18:06:06.000Z","updated_at":"2020-02-25T13:09:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c04da73-aa98-4789-8ed6-11c174cee527","html_url":"https://github.com/dcastro/hsscripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcastro/hsscripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcastro%2Fhsscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcastro%2Fhsscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcastro%2Fhsscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcastro%2Fhsscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcastro","download_url":"https://codeload.github.com/dcastro/hsscripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcastro%2Fhsscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33072970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T08:30:31.524Z","updated_at":"2026-05-15T17:04:02.385Z","avatar_url":"https://github.com/dcastro.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Haskell Scripts\n\nA bunch of assorted Haskell stack scripts.\n\n## DirectDeps.hs\n\n\u003e Usage: stack DirectDeps.hs \\\u003cproject-path\\\u003e [-s|--stack-path \\\u003cstack-path\\\u003e]\n\nOutputs a list of the direct dependencies of each component of a stack project.\n\nNB: `stack list-dependencies`, on the other hand, when asked for the dependencies of a test component, will output all dependencies of [_all_ test components](https://github.com/commercialhaskell/stack/issues/3695)).\n\n```plain\n$ git clone git@github.com:dcastro/hsscripts.git\n$ stack DirectDeps.hs ./hsscripts\n\n[\n  {\n    \"packageName\": \"hsscripts\",\n    \"components\": [\n      {\n        \"target\": \"hsscripts\",\n        \"deps\": [\n          \"Cabal\",\n          \"aeson\",\n          ...\n        ]\n      },\n      {\n        \"target\": \"hsscripts:exe:hsscripts-exe\",\n        \"dependsOnLib\": true,\n        \"deps\": [\n          \"base\",\n          \"hsscripts\"\n        ]\n      },\n      {\n        \"target\": \"hsscripts:test:hsscripts-test\",\n        \"dependsOnLib\": true,\n        \"deps\": [\n          \"base\",\n          \"hsscripts\"\n        ]\n      }\n    ]\n  }\n]\n```\n\n## More to come!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcastro%2Fhsscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcastro%2Fhsscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcastro%2Fhsscripts/lists"}