Skip to content

Commit 9c27b94

Browse files
committed
chore: update cabal/stack new hasql-notifications
1 parent 86e15db commit 9c27b94

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

cabal.project.freeze

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
index-state: hackage.haskell.org 2024-02-20T00:00:00Z
1+
index-state: hackage.haskell.org 2024-03-13T22:43:26Z

nix/overlays/haskell-packages.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,22 @@ let
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

postgrest.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nix:
1212
extra-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

stack.yaml.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)