chore: build postgrest with vendored protolude

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-04-30 19:56:33 +05:00
parent 366502729d
commit a2faa667f3
3 changed files with 55 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{-# LANGUAGE ImplicitParams #-}
{-# LANGUAGE ExistentialQuantification #-}
#if ( __GLASGOW_HASKELL__ >= 800 )
{-# LANGUAGE TypeInType #-}
{-# LANGUAGE DataKinds #-}
#endif
#if MIN_VERSION_base(4,9,0)