From 5e385cb637b6b54f81bc021dc49316013329311a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Mar 2022 10:44:49 -0400 Subject: [PATCH] add --- doc/todo/aeson_2.0.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/aeson_2.0.mdwn diff --git a/doc/todo/aeson_2.0.mdwn b/doc/todo/aeson_2.0.mdwn new file mode 100644 index 0000000000..87ac66087b --- /dev/null +++ b/doc/todo/aeson_2.0.mdwn @@ -0,0 +1,5 @@ +Need to update to allow building with aeson 2.0. + +I have a patch in my mailbox from sternenseemann that +mostly gets there, but it needs some revision to fix a problem I spotted. +--[[Joey]]