From 00933f69df4f2944aab0a35754f78b518387c304 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Nov 2023 20:08:35 -0400 Subject: [PATCH] fix build --- Author.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Author.hs b/Author.hs index d362c9d0a5..60b81dc5e3 100644 --- a/Author.hs +++ b/Author.hs @@ -5,6 +5,9 @@ - Licensed under the GNU AGPL version 3 or higher. -} +{-# LANGUAGE FlexibleInstances #-} +{-# OPTIONS_GHC -fno-warn-tabs #-} + module Author where class Author t where -- 2.30.2