chore(lms): fix build

This commit is contained in:
Steffen Jost 2022-09-08 18:31:38 +02:00
parent 0001dfbba9
commit 712f9adcdb

View File

@ -298,7 +298,7 @@ instance Arbitrary CsvFormatOptions where
<*> arbitrary
<*> arbitrary
<*> elements ["UTF8", "CP1252"]
<*> True
<*> pure True
, pure CsvXlsxFormatOptions
]
where