{"id":13646437,"url":"https://github.com/flycheck/flycheck-haskell","last_synced_at":"2026-01-27T06:01:08.919Z","repository":{"id":13004545,"uuid":"15683822","full_name":"flycheck/flycheck-haskell","owner":"flycheck","description":"Improved Haskell support for Flycheck","archived":false,"fork":false,"pushed_at":"2024-11-19T10:46:41.000Z","size":297,"stargazers_count":67,"open_issues_count":7,"forks_count":26,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-12T06:30:18.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flycheck.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"COPYING","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":"2014-01-06T20:09:55.000Z","updated_at":"2024-11-19T10:46:45.000Z","dependencies_parsed_at":"2025-03-12T06:36:45.809Z","dependency_job_id":null,"html_url":"https://github.com/flycheck/flycheck-haskell","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/flycheck/flycheck-haskell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-haskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-haskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-haskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-haskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flycheck","download_url":"https://codeload.github.com/flycheck/flycheck-haskell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-haskell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-08-02T01:02:55.635Z","updated_at":"2026-01-27T06:01:08.897Z","avatar_url":"https://github.com/flycheck.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"flycheck-haskell — Flycheck for Haskell\n=======================================\n\n[![License GPL 3][badge-license]][copying]\n[![MELPA][badge-melpa]](http://melpa.org/#/flycheck-haskell)\n[![MELPA Stable][badge-melpa-stable]](http://stable.melpa.org/#/flycheck-haskell)\n[![Build Status][badge-travis]](https://travis-ci.org/flycheck/flycheck-haskell)\n\nAutomatically configure [Flycheck][] for Haskell.\n\nInstallation\n------------\n\nInstall `flycheck-haskell` from [MELPA][] or [MELPA Stable][] and add the\nfollowing to your `init.el`:\n\n```cl\n(add-hook 'haskell-mode-hook #'flycheck-haskell-setup)\n```\n\nSupported GHC versions\n----------------------\n\nTested with GHC `7.2.2`, `7.4.2`, `7.6.3`, `7.8.4`, `7.10.3`, `8.0.2`, `8.2.2`, `8.4.1`, `8.6.5`, `8.8.1`.\n\nUsage\n-----\n\nJust use Flycheck as usual in your Cabal projects.\n\nTo explicitly configure Haskell syntax checking for the current buffer, type\n\u003ckbd\u003eM-x flycheck-haskell-configure\u003c/kbd\u003e.  You should run this command after\nmajor changes to the Cabal file.\n\nCustomization\n-------------\n\n- \u003ckbd\u003eM-x customize-group RET flycheck-haskell\u003c/kbd\u003e\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or (at your option) any later\nversion.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program.  If not, see http://www.gnu.org/licenses/.\n\nSee [`COPYING`][copying] for details.\n\n[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg?dummy\n[COPYING]: https://github.com/flycheck/flycheck-haskell/blob/master/COPYING\n[badge-melpa]: http://melpa.org/packages/flycheck-haskell-badge.svg\n[badge-melpa-stable]: http://stable.melpa.org/packages/flycheck-haskell-badge.svg\n[badge-travis]: https://travis-ci.org/flycheck/flycheck-haskell.svg?branch=master\n[Flycheck]: https://www.flycheck.org\n[Cask]: https://github.com/cask/cask\n[MELPA]: http://melpa.org\n[MELPA Stable]: http://stable.melpa.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflycheck%2Fflycheck-haskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflycheck%2Fflycheck-haskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflycheck%2Fflycheck-haskell/lists"}