chore(deps): update nixpkgs, stackage and hackage pins

This commit is contained in:
Wolfgang Walther
2026-06-05 20:29:48 +00:00
parent b114bb9395
commit cb6fc55a2d
7 changed files with 13 additions and 14 deletions
-1
View File
@@ -1 +0,0 @@
.git
+1 -1
View File
@@ -1 +1 @@
index-state: hackage.haskell.org 2026-04-18T18:42:36Z index-state: hackage.haskell.org 2026-06-02T04:24:44Z
Generated
+3 -3
View File
@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1776949667, "lastModified": 1780336545,
"narHash": "sha256-GMSVw35Q+294GlrTUKlx087E31z7KurReQ1YHSKp5iw=", "narHash": "sha256-vhVhuXzFrIOfcssC/9hDHx7MHzDKjF3keHuREOQqQiQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "01fbdeef22b76df85ea168fbfe1bfd9e63681b30", "rev": "4df1b885d76a54e1aa1a318f8d16fd6005b6401f",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -1
View File
@@ -41,7 +41,7 @@ let
} }
'' ''
while true; do while true; do
(! ${fd}/bin/fd -H | ${entr}/bin/entr -dr "$_arg_command" "''${_arg_leftovers[@]}") (! ${fd}/bin/fd -H -E .git | ${entr}/bin/entr -dr "$_arg_command" "''${_arg_leftovers[@]}")
done done
''; '';
+3 -3
View File
@@ -68,7 +68,7 @@ import qualified Data.List as L
import Data.Streaming.Network (bindPortTCP) import Data.Streaming.Network (bindPortTCP)
import qualified Data.Text as T import qualified Data.Text as T
import qualified Network.HTTP.Types as HTTP import qualified Network.HTTP.Types as HTTP
import qualified Network.HTTP.Types.Header as HTTP (hVary) import Network.HTTP.Types.Header (hVary)
import qualified Network.Socket as NS import qualified Network.Socket as NS
import PostgREST.Unix (createAndBindDomainSocket) import PostgREST.Unix (createAndBindDomainSocket)
import Protolude hiding (Handler) import Protolude hiding (Handler)
@@ -223,10 +223,10 @@ postgrestResponse appState conf@AppConfig{..} maybeSchemaCache jwtTime authResul
serverTimingHeaders timing = [serverTimingHeader timing | configServerTimingEnabled] serverTimingHeaders timing = [serverTimingHeader timing | configServerTimingEnabled]
varyHeader :: HTTP.Header varyHeader :: HTTP.Header
varyHeader = (HTTP.hVary, "Accept, Prefer, Range") varyHeader = (hVary, "Accept, Prefer, Range")
varyHeaderPresent :: [HTTP.Header] -> Bool varyHeaderPresent :: [HTTP.Header] -> Bool
varyHeaderPresent = any (\(h, _v) -> h == HTTP.hVary) varyHeaderPresent = any (\(h, _v) -> h == hVary)
withTiming :: (MonadError e m, MonadIO m) => AppConfig -> m a -> m (Maybe Double, a) withTiming :: (MonadError e m, MonadIO m) => AppConfig -> m a -> m (Maybe Double, a)
withTiming AppConfig{configServerTimingEnabled} f = if configServerTimingEnabled withTiming AppConfig{configServerTimingEnabled} f = if configServerTimingEnabled
+1 -1
View File
@@ -1,5 +1,5 @@
# When updating, update GHC version in .github/workflows/build.yaml as well. # When updating, update GHC version in .github/workflows/build.yaml as well.
resolver: lts-24.37 # 2026-04-15, GHC 9.10.3 resolver: lts-24.43 # 2026-05-29, GHC 9.10.3
nix: nix:
packages: packages:
+4 -4
View File
@@ -48,7 +48,7 @@ packages:
hackage: warp-3.4.13 hackage: warp-3.4.13
snapshots: snapshots:
- completed: - completed:
sha256: 655e468f774beee1badf07dc4c45fb50288d5c66ce7bef6f487b7f92891a90b0 sha256: 3c412a7c13dba6d3d808455a458e0776c58b6cf99b8a7961a2f5e55589d6f1d6
size: 728965 size: 729011
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/24/37.yaml url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/24/43.yaml
original: lts-24.37 original: lts-24.43