fix build

This commit is contained in:
Joey Hess 2023-11-20 20:08:35 -04:00
parent 70f7982ef8
commit 00933f69df
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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