An open API service indexing awesome lists of open source software.

https://github.com/monacoremo/postgrest-static-test


https://github.com/monacoremo/postgrest-static-test

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Goal: Build a static PostgREST 7.0.0 executable

* [x] Build dynamic executable from Hackage based on static-haskell-nix nixpkgs
(run `nix-build -A dynamic`)
* [x] Build static executable based on static-haskell-nix defaults
(recommended: `cachix use static-haskell-nix`; run `nix-build -A static`)
* [x] Use integer-simple

Continued here: https://github.com/PostgREST/postgrest/pull/1494

* [x] Switch to a newer pinned nixpkgs version
* [ ] Use a newer compiler, ghc883
* [x] Replace the Hackage version with using callCabal2nix in the PostgREST
respository