{"id":16747512,"url":"https://github.com/elycruz/haskell-by-multimedia","last_synced_at":"2026-05-20T14:09:33.655Z","repository":{"id":151071546,"uuid":"140910443","full_name":"elycruz/haskell-by-multimedia","owner":"elycruz","description":"\"Haskell School of Expression\" - \"Functional Programming through Multimedia\" book examples.","archived":false,"fork":false,"pushed_at":"2018-07-14T15:40:51.000Z","size":448,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T02:28:32.837Z","etag":null,"topics":["cabal","glfw","hackage","haskell","haskell-school","multimedia","opengl","soe"],"latest_commit_sha":null,"homepage":"","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/elycruz.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}},"created_at":"2018-07-14T02:44:58.000Z","updated_at":"2023-07-28T14:24:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f5e8e58-59b1-40b1-b686-0ca2870c9b9e","html_url":"https://github.com/elycruz/haskell-by-multimedia","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"4ebe7ceb24dfc4b67370a8b187e10679894c8654"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elycruz/haskell-by-multimedia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elycruz%2Fhaskell-by-multimedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elycruz%2Fhaskell-by-multimedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elycruz%2Fhaskell-by-multimedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elycruz%2Fhaskell-by-multimedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elycruz","download_url":"https://codeload.github.com/elycruz/haskell-by-multimedia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elycruz%2Fhaskell-by-multimedia/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269586267,"owners_count":24442530,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"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":["cabal","glfw","hackage","haskell","haskell-school","multimedia","opengl","soe"],"created_at":"2024-10-13T02:10:16.626Z","updated_at":"2026-05-20T14:09:33.605Z","avatar_url":"https://github.com/elycruz.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haskell-by-multimedia\n\"Haskell School of Expression\" - \"Learning Functional Programming through Multimedia\" book examples (WIP).\n\n## Step taken for SOE to build with latest haskell (8.4+):\n1.  Download SOE sources from book website:\n http://www.cs.yale.edu/homes/hudak/SOE/software1.htm (look for *SOE* zip file).\n2.  Add *OpenGL*, *GLFW*, and older packages (required for *SOE* Library) to your package.yaml file (assuming you're using [stack](https://docs.haskellstack.org/en/stable/README/) build tool, else add them to your cabal-file/install-them-directly with cabal).\n```\n- GLFW \u003e= 0.5.2.5\n- OpenGL\n- old-time\n- stm\n```\n(Look up packages on stackage to get familiar with what they do/are).\n3.  Move all non `*.hs` files from *SOE* folder if you're including the folder\n    in your './src' folder (stack build will fail due to the modules in '*.lhs' files not\n    being named the same as their file names).\n4.  Add 'src/' location for *SOE* library to your package.yaml file (see './package.yaml' file in this repo). \n5.  That's it, examples starting in chapter 3 of book should build (and run successfully).\n\n## Resources\n- \"The Haskell School of Expression: Learning Functional Programming through Multimedia\" book (on amazon): https://www.amazon.com/gp/product/B00D2WQAAW/ref=oh_aui_d_detailpage_o00_?ie=UTF8\u0026psc=1\n\nResources used by *SOE* library (which is used by 'book examples' code): \n- OpenGL Lib on hackage: \n    https://hackage.haskell.org/package/OpenGL\n- GLFW on hackage: \n    http://hackage.haskell.org/package/GLFW\n- System.Time used by *SOE*: \n    https://www.stackage.org/haddock/lts-12.0/old-time-1.1.0.3/System-Time.html\n- stm package used by *SOE*:\n    https://hackage.haskell.org/package/stm\n    \n## License\nBSD-3 Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felycruz%2Fhaskell-by-multimedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felycruz%2Fhaskell-by-multimedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felycruz%2Fhaskell-by-multimedia/lists"}