From 6bec746074d29d971111a13f52ef515105362e8f Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 9 Nov 2021 23:09:43 -0800
Subject: [PATCH] cabal.project: Require transformers >= 0.5.6.

For some reason the CI build is trying to use an older version.
---
 cabal.project | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cabal.project b/cabal.project
index b0606c372..a7bfa540f 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1,5 +1,5 @@
 packages: pandoc.cabal
 tests: True
 flags: +embed_data_files
-constraints: aeson >= 2.0.1.0
+constraints: aeson >= 2.0.1.0, transformers >= 0.5.6