From ed7f664fecc1393f1f0181ab8ad83e441e401b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 26 Apr 2023 06:40:23 +0200 Subject: [PATCH] microformats2-parser doesn't compile with newer aeson (see also https://hackage.haskell.org/package/microformats2-parser-1.0.2.2/reports/2) @myfreeweb --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa24b6a4..d40e9e4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1906,7 +1906,7 @@ packages: "Greg V @myfreeweb": - pcre-heavy - http-link-header - - microformats2-parser + - microformats2-parser < 0 # 1.0.2.2 compile fail aeson >= 2 - hspec-expectations-pretty-diff - wai-cli - magicbane