PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

refactor: Replace interpolatedstring-perl6 with neat-interpolation #3597

Closed wolfgangwalther closed 1 week ago

wolfgangwalther commented 1 week ago

The former depends on th-orphans which does not cross-compile well, because of template haskell usage.

neat-interpolation is also much better maintained.

This also potentially helps with packaging for Debian/Ubuntu in #2273.