From 0001dfbba90e3e0de69bf84a95b0d8bc194dc9f3 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 8 Sep 2022 18:21:19 +0200 Subject: [PATCH] chore(lms): fix build --- test/Model/TypesSpec.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Model/TypesSpec.hs b/test/Model/TypesSpec.hs index 53d8ab8dc..486b9c03e 100644 --- a/test/Model/TypesSpec.hs +++ b/test/Model/TypesSpec.hs @@ -298,6 +298,7 @@ instance Arbitrary CsvFormatOptions where <*> arbitrary <*> arbitrary <*> elements ["UTF8", "CP1252"] + <*> True , pure CsvXlsxFormatOptions ] where