{"id":17332029,"url":"https://github.com/friedbrice/realworldhaskell","last_synced_at":"2025-07-05T19:01:58.359Z","repository":{"id":88051449,"uuid":"46640134","full_name":"friedbrice/RealWorldHaskell","owner":"friedbrice","description":"Exercises from the popular book by Bryan O'Sullivan, Don Stewart, and John Goerzen.","archived":false,"fork":false,"pushed_at":"2016-02-22T20:04:29.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T11:30:45.474Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/friedbrice.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}},"created_at":"2015-11-22T00:33:41.000Z","updated_at":"2016-02-18T19:08:30.000Z","dependencies_parsed_at":"2023-05-06T16:06:27.080Z","dependency_job_id":null,"html_url":"https://github.com/friedbrice/RealWorldHaskell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedbrice%2FRealWorldHaskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedbrice%2FRealWorldHaskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedbrice%2FRealWorldHaskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedbrice%2FRealWorldHaskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/friedbrice","download_url":"https://codeload.github.com/friedbrice/RealWorldHaskell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245793096,"owners_count":20672905,"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","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-15T14:56:17.779Z","updated_at":"2025-03-27T06:23:03.867Z","avatar_url":"https://github.com/friedbrice.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RealWorldHaskell\n\nMy solutions to exercises from the popular book by Bryan O'Sullivan, Don\nStewart, and John Goerzen.\n\n## Setting up Dev Environment\n\n- Install `haskell-platform`, `haskell-platform-doc`, and\n  `haskell-platform-prof`\n\n  This should bring in `ghc`, `haddock`, `alex`, `happy`, and others.\n\n- Install `hlint`, `hoogle`, and `luakit`\n\n- Copy `hoogle.desktop` to `~/.local/share/applications`\n\n- Copy `hoogle.service` to `/etc/systemd/system`\n\n- Create a system user called `hoogle`\n\n```\n# useradd -r hoogle\n```\n\n- Create `/var/log/hoogle` and set ownership and mod rules\n\n```\n# mkdir /var/log/hoogle\n# chown hoogle:hoogle /var/log/hoogle\n# chmod 775 /var/log/hoogle\n```\n\n- Start and Enable `hoogle.service` in systemd\n\n  (If you're not using `systemd` (wut?!),\n   add `hoogle server --local --port 1080` to your startup services,\n   however you happen to do so on your system.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedbrice%2Frealworldhaskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriedbrice%2Frealworldhaskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedbrice%2Frealworldhaskell/lists"}