chore: remove eol-whitespace in postgrest.cabal

This commit is contained in:
Wolfgang Walther
2026-06-27 19:20:24 +02:00
parent cbaf5ac8fc
commit 556a5dad47
+1 -1
View File
@@ -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.