https://github.com/monacoremo/postgrest-static-test
https://github.com/monacoremo/postgrest-static-test
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monacoremo/postgrest-static-test
- Owner: monacoremo
- License: mit
- Created: 2020-04-21T21:23:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T09:21:57.000Z (about 6 years ago)
- Last Synced: 2025-01-23T14:18:54.597Z (over 1 year ago)
- Language: Nix
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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