---
title: "Issue 537"
url: https://daily.dev/posts/issue-537-sfvcbvfaa
source_url: https://haskellweekly.news/issue/537.html
type: article
source: "Haskell Weekly"
published: 2026-08-13T06:07:16.043Z
updated: 2026-08-13T06:07:39.158Z
tags: ["open-source", "game-development", "github-actions", "haskell"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Issue 537

**[Haskell Weekly](https://daily.dev/sources/haskellwkly)** · 4 min read · 0 upvotes · 0 comments

## Summary

Weekly roundup of Haskell community news covering running Haskell scripts fast on GitHub Actions with Magix, an interview on type-safe finance at Bitnomial, a purely functional digital circuit simulator from SICP, a Standard Chartered job posting, avoiding vulnerable cryptonite-verse packages, two new Haskell game engines (Game::Dangerous and Mischief), a Haskell Foundation DevOps log, a GHC 9.4 Generically1 tip, an AI-assisted XMonad Wayland port, and calls for participation including a Revised Haskell 2010 Working Group.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://haskellweekly.news/issue/537.html>

## Questions this post answers

### Why do the updated crypton-x509 packages now depend on ram instead of memory?

The crypton-x509 packages were upgraded to fix vulnerabilities published in an HSEC advisory, and the fixed versions switched their dependency from the memory package to the newer ram package. This caused friction for projects because many other packages in the Haskell ecosystem still depend on memory rather than ram, creating potential dependency conflicts.

_Haskell developers tracking dependency shifts like memory versus ram can follow ecosystem changes on daily.dev._

### What did GHC 9.4 add to base that helps with deriving Representable-style instances?

GHC 9.4 added Generically1 to base, which lets developers derive representable-style instances via DerivingVia without needing the separate distributive and representable packages. Previously, achieving this functionality required going through those two external libraries, but with Generically1 in base it is now nearly free to obtain.

_Developers following GHC standard library additions can keep tabs on changes like this via daily.dev._

## Similar posts on daily.dev

- [Issue 531](https://daily.dev/posts/issue-531-ku5fvao31) · Haskell Weekly · 0 upvotes · 0 comments
- [Issue 535](https://daily.dev/posts/issue-535-gldysxhtx) · Haskell Weekly · 0 upvotes · 0 comments
- [Issue 491](https://daily.dev/posts/issue-491-4poahkcqh) · Haskell Weekly · 0 upvotes · 0 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#game-development](https://daily.dev/tags/game-development), [#github-actions](https://daily.dev/tags/github-actions), [#haskell](https://daily.dev/tags/haskell)

[View this post on daily.dev](https://daily.dev/posts/issue-537-sfvcbvfaa)
