Haskell Weekly publishes curated news about the Haskell programming language. It is both a newsletter and a podcast. Find out more at haskellweekly.news.
Haskell Weekly is run by Taylor Fausak and Alexey Zabelin.
We appreciate all contributions, from issues to pull requests. Nothing is too small!
If you want to bring our attention to something, please open an issue! This can be used for anything from typos to new content. For example, this has been used for calls for participation, jobs, and bugs.
If you want to make a change yourself, please open a pull request! We encourage you to make changes when you can, and we'll work with you to get your changes merged quickly. For instance, this has been used for packages of the week, featured content, and typos.
We are happy to include job postings for Haskell engineers! If you're hiring, let us know by simply opening an issue or pull request. Thanks!
The code that powers Haskell Weekly does not change that frequently. However we still welcome changes to it! The overall guidelines from above also apply to code. In addition, there are a couple other things to keep in mind:
-
Pretty much any build tool should work. Use whatever you prefer, whether that's Stack, Cabal, Nix, or something else.
-
Most small changes probably don't require running things locally. We have continuous integration (CI) set up and will help you work through any potential build errors.
For the most part Haskell Weekly is just this repository, which is a single Haskell web service. However it relies on some external services:
-
GitHub: Hosts source code and runs CI.
-
listmonk: Sends emails.
-
Fly: Runs services.
-
Amazon Web Services: Does everything else.