From 322216c810c90451d0b5bf456a7f707a0f211ac7 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 7 Oct 2025 14:47:09 -0500 Subject: [PATCH] chore: remove split-sections It's a problem for macos on x86_64 and it's no longer needed as mentioned on https://github.com/PostgREST/postgrest/discussions/4384#discussioncomment-14614110 --- cabal.project | 2 -- 1 file changed, 2 deletions(-) diff --git a/cabal.project b/cabal.project index aa3aa3a9e..313d3fc1f 100644 --- a/cabal.project +++ b/cabal.project @@ -1,4 +1,2 @@ packages: postgrest.cabal tests: true -package * - ghc-options: -split-sections