From 556a5dad47312f3602b3a1b38f3d96cc306772f8 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 27 Jun 2026 19:20:24 +0200 Subject: [PATCH] chore: remove eol-whitespace in postgrest.cabal --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index 0a3d38d94..0a34b6dff 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -178,7 +178,7 @@ library if flag(hpc) ghc-options: -fhpc -hpcdir .hpc else - ghc-options: -O2 + ghc-options: -O2 if impl(ghc >= 9.12) -- Makes GHC consider cross-module specialization for polymorphic functions -- without explicitly needing to add INLINE, INLINABLE or SPECIALIZE pragmas.