From da6ceeef0b3d627dd7757ea0ded6c8efcfc693f4 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 19 Jan 2023 10:01:31 +0100 Subject: [PATCH] fix build attempt --- package.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index bbd053df7..d11203c62 100644 --- a/package.yaml +++ b/package.yaml @@ -242,7 +242,7 @@ default-extensions: - TypeFamilyDependencies - QuantifiedConstraints - EmptyDataDeriving - - StandaloneKindSignaturesf + - StandaloneKindSignatures - NoStarIsType ghc-options: - -Wall @@ -255,7 +255,8 @@ ghc-options: - -fno-warn-partial-type-signatures - -fno-max-relevant-binds - -j1 - - -freduction-depth=400 + - -freduction-depth=400 + - -enable-split-sections when: - condition: flag(pedantic) ghc-options: