---
title: "Issue 538"
url: https://daily.dev/posts/issue-538-sdvfejvbt
source_url: https://haskellweekly.news/issue/538.html
type: article
source: "Haskell Weekly"
published: 2026-08-20T05:05:48.696Z
updated: 2026-08-20T05:14:59.064Z
tags: ["functional-programming", "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 538

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

## Summary

A weekly roundup of Haskell community news featuring the Cabal 3.18.1.0 release, a talk on making Haskell better suited for data science, a from-scratch GHC 9.8 iOS cross-compiler project, Simon Peyton Jones on Haskell's origins and future, the release of Hasql v2 with a native connection option, a deep dive into Ormolu formatter refactoring, Evan Czaplicki's thoughts on rethinking database programming, plus smaller package announcements including a Redis client, a Markov chain library, and a Constraint Handling Rules compiler.

## Full article

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

## Questions this post answers

### What changed in Cabal 3.18.1.0?

Cabal 3.18.1.0 is a new release of the cabal-install tool and its related libraries, announced by the Cabal team maintainer Artem Pelenitsyn. Specific bug fixes and improvements accompany this point release, continuing the 3.18 series for Haskell's standard build tool.

_Track Cabal releases on daily.dev to stay current on your Haskell build tooling._

### Does Hasql v2 introduce breaking API changes?

No, Hasql v2 introduces no breaking changes to the API except for how the connection adapter is chosen in the connection settings. It adds a native Haskell implementation that runs without external dependencies, alongside the original libpq-based approach, letting users pick either path while keeping the same battle-tested default.

_Developers evaluating database driver upgrades can follow Hasql's evolution on daily.dev._

## Similar posts on daily.dev

- [Issue 529](https://daily.dev/posts/issue-529-w7klb7cuq) · Haskell Weekly · 0 upvotes · 0 comments
- [Issue 506](https://daily.dev/posts/issue-506-jsspfifv2) · Haskell Weekly · 0 upvotes · 0 comments
- [Issue 536](https://daily.dev/posts/issue-536-01l82ltir) · Haskell Weekly · 0 upvotes · 0 comments

---

Tags: [#functional-programming](https://daily.dev/tags/functional-programming), [#haskell](https://daily.dev/tags/haskell)

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