{"id":28457541,"url":"https://github.com/tfausak/heck","last_synced_at":"2026-06-23T16:31:39.955Z","repository":{"id":294882076,"uuid":"988397064","full_name":"tfausak/heck","owner":"tfausak","description":"Abstract unit test interface.","archived":false,"fork":false,"pushed_at":"2026-01-11T01:46:19.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T07:05:35.565Z","etag":null,"topics":["haskell","testing"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/heck","language":"Haskell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tfausak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-05-22T13:41:03.000Z","updated_at":"2026-01-10T23:03:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"0098c3b9-9245-47a6-93f7-5c00fea29655","html_url":"https://github.com/tfausak/heck","commit_stats":null,"previous_names":["tfausak/heck"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tfausak/heck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfausak","download_url":"https://codeload.github.com/tfausak/heck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34698687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["haskell","testing"],"created_at":"2025-06-06T23:40:20.906Z","updated_at":"2026-06-23T16:31:39.946Z","avatar_url":"https://github.com/tfausak.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heck\n\nHeck is a Haskell library that provides a abstract unit test interface. It can\nbe used to write tests without depending on any particular test library.\n\n## Example\n\n``` hs\nimport Heck\n\nspec :: (Applicative m, Monad n) =\u003e Test m n -\u003e n ()\nspec t = describe t \"something\" $ do\n  it t \"works\" $ do\n    assertEq t 'b' (max 'a' 'b')\n  it t \"fails\" $ do\n    assertEq t \"expected\" \"actual\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfausak%2Fheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfausak%2Fheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfausak%2Fheck/lists"}