{"id":21206499,"url":"https://github.com/fluentci-io/haskell-plugin","last_synced_at":"2026-05-03T23:31:44.621Z","repository":{"id":235430230,"uuid":"788039147","full_name":"fluentci-io/haskell-plugin","owner":"fluentci-io","description":"Set up your CI/CD with a specific version of Haskell","archived":false,"fork":false,"pushed_at":"2024-07-26T04:34:29.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T17:44:50.513Z","etag":null,"topics":["continuous-delivery","continuous-integration","haskell","plugin","rust","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fluentci-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-04-17T16:58:24.000Z","updated_at":"2024-07-26T04:34:40.000Z","dependencies_parsed_at":"2024-07-26T05:49:49.636Z","dependency_job_id":null,"html_url":"https://github.com/fluentci-io/haskell-plugin","commit_stats":null,"previous_names":["fluentci-io/haskell-plugin"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/fluentci-io/haskell-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fhaskell-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fhaskell-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fhaskell-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fhaskell-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/haskell-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fhaskell-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: 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":["continuous-delivery","continuous-integration","haskell","plugin","rust","wasm","webassembly"],"created_at":"2024-11-20T20:55:54.380Z","updated_at":"2026-05-03T23:31:44.590Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Haskell Plugin\n\n[![ci](https://github.com/fluentci-io/haskell-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/haskell-plugin/actions/workflows/ci.yml)\n\nThis plugin sets up your CI/CD pipeline with a specific version of [haskell](https://www.haskell.org/).\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm haskell setup\n```\n\n## Functions\n\n| Name   | Description                                |\n| ------ | ------------------------------------------ |\n| setup  | Installs a specific version of haskell.    |\n| build  | Compile targets within the project.        |\n| test   | Run test-suites.                           |\n| install | Install packages.                         |\n| check   |Check the package for common mistakes.     |\n| sdist   | Generate a source distribution file (.tar.gz). |\n| upload  | Uploads source packages or documentation to Hackage. |\n| report  | Upload build reports to a remote server. | \n\n## Code Usage\n\nAdd `fluentci-pdk` crate to your `Cargo.toml`:\n\n```toml\n[dependencies]\nfluentci-pdk = \"0.1.9\"\n```\n\nUse the following code to call the plugin:\n\n```rust\nuse fluentci_pdk::dag;\n\n// ...\n\ndag().call(\"https://pkg.fluentci.io/haskell@v0.1.0?wasm=1\", \"setup\", vec![\"latest\"])?;\n```\n\n## 📚 Examples\n\nGithub Actions:\n\n```yaml\n- name: Setup Fluent CI CLI\n  uses: fluentci-io/setup-fluentci@v5\n  with:\n    wasm: true\n    plugin: haskell\n    args: |\n      setup\n- name: Show ghc, cabal version\n  run: |\n    type ghc\n    type cabal\n    ghc --version\n    cabal --version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fhaskell-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Fhaskell-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fhaskell-plugin/lists"}