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