File tree Expand file tree Collapse file tree 5 files changed +16
-12
lines changed Expand file tree Collapse file tree 5 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1- index-state: hackage.haskell.org 2024-02-20T00:00:00Z
1+ index-state: hackage.haskell.org 2024-03-13T22:43:26Z
Original file line number Diff line number Diff line change 1919 #
2020 # To temporarily pin unreleased versions from GitHub:
2121 # <name> =
22- # lib.dontCheck ( prev.callCabal2nixWithOptions "<name>" (super.fetchFromGitHub {
22+ # prev.callCabal2nixWithOptions "<name>" (super.fetchFromGitHub {
2323 # owner = "<owner>";
2424 # repo = "<repo>";
2525 # rev = "<commit>";
2626 # sha256 = "<sha256>";
27- # }) "--subpath=. " {}) ;
27+ # }) "--subpath=<subpath> " {};
2828 #
2929 # To fill in the sha256:
3030 # update-nix-fetchgit nix/overlays/haskell-packages.nix
3131 #
32- # Nowadays you can just delete the sha256 attribute above and nix will assume a fake sha.
32+ # - Nowadays you can just delete the sha256 attribute above and nix will assume a fake sha.
3333 # Once you build the derivation it will suggest the correct sha.
34+ # - If the library fails its test suite, wrap the expression with `lib.dontCheck ()`
35+ # - <subpath> is usually "."
36+ # - When adding a new library version here, postgrest.cabal and stack.yaml must also be updated
37+
3438
3539 configurator-pg =
3640 prev . callHackageDirect
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ library
108108 , gitrev >= 1.2 && < 1.4
109109 , hasql >= 1.6.1.1 && < 1.7
110110 , hasql-dynamic-statements >= 0.3.1 && < 0.4
111- , hasql-notifications >= 0.2.0.6 && < 0.3
111+ , hasql-notifications >= 0.2.1.0 && < 0.3
112112 , hasql-pool >= 0.10 && < 0.11
113113 , hasql-transaction >= 1.0.1 && < 1.1
114114 , heredoc >= 0.2 && < 0.3
Original file line number Diff line number Diff line change 1212extra-deps :
1313 - configurator-pg-0.2.7
1414 - fuzzyset-0.3.1
15- - hasql-notifications-0.2.0.6
15+ - hasql-notifications-0.2.1.0
1616 - hasql-pool-0.10
1717 - megaparsec-9.2.2
1818 - postgresql-libpq-0.10.0.0
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ packages:
1919 original:
2020 hackage: fuzzyset-0.3.1
2121- completed:
22- hackage: hasql-notifications-0.2.0.6 @sha256:16d783f5cd1660fad924fd3769380889de5804e057f09b304dcdc3a3ff11eb3c,2028
23- pantry-tree:
24- sha256: 2319743501bb3c0bef801014ce61308b8666cef86ae5a97a0a283c0c1ec12d4f
25- size: 452
26- original:
27- hackage: hasql-notifications-0.2.0.6
22+ hackage: hasql-notifications-0.2.1.0 @sha256:c9c0ba3ac0866142836d2d0a08a0d10a945bcbe1c163ee1ef6aed407d046a24e,2022
23+ pantry-tree:
24+ sha256: 65a646ed0a77ee1dfe902faedc590103ee385eaa78f407c4cf02a1eb5783d464
25+ size: 452
26+ original:
27+ hackage: hasql-notifications-0.2.1.0
2828- completed:
2929 hackage: hasql-pool-0.10@sha256:912197a328acb85505f98bb9700d61f366b87659ca45126c5c2d636687b801c3,2112
3030 pantry-tree:
You can’t perform that action at this time.
0 commit comments