chore: update cabal/stack new hasql-notifications
This commit is contained in:
committed by
Steve Chavez
parent
86e15dbb77
commit
4a2c851ae5
@@ -1 +1 @@
|
||||
index-state: hackage.haskell.org 2024-02-20T00:00:00Z
|
||||
index-state: hackage.haskell.org 2024-03-13T22:43:26Z
|
||||
|
||||
@@ -19,18 +19,22 @@ let
|
||||
#
|
||||
# To temporarily pin unreleased versions from GitHub:
|
||||
# <name> =
|
||||
# lib.dontCheck (prev.callCabal2nixWithOptions "<name>" (super.fetchFromGitHub {
|
||||
# prev.callCabal2nixWithOptions "<name>" (super.fetchFromGitHub {
|
||||
# owner = "<owner>";
|
||||
# repo = "<repo>";
|
||||
# rev = "<commit>";
|
||||
# sha256 = "<sha256>";
|
||||
# }) "--subpath=." {});
|
||||
# }) "--subpath=<subpath>" {};
|
||||
#
|
||||
# To fill in the sha256:
|
||||
# update-nix-fetchgit nix/overlays/haskell-packages.nix
|
||||
#
|
||||
# Nowadays you can just delete the sha256 attribute above and nix will assume a fake sha.
|
||||
# - Nowadays you can just delete the sha256 attribute above and nix will assume a fake sha.
|
||||
# Once you build the derivation it will suggest the correct sha.
|
||||
# - If the library fails its test suite (usually when it runs IO tests), wrap the expression with `lib.dontCheck ()`
|
||||
# - <subpath> is usually "."
|
||||
# - When adding a new library version here, postgrest.cabal and stack.yaml must also be updated
|
||||
|
||||
|
||||
configurator-pg =
|
||||
prev.callHackageDirect
|
||||
|
||||
+1
-1
@@ -108,7 +108,7 @@ library
|
||||
, gitrev >= 1.2 && < 1.4
|
||||
, hasql >= 1.6.1.1 && < 1.7
|
||||
, hasql-dynamic-statements >= 0.3.1 && < 0.4
|
||||
, hasql-notifications >= 0.2.0.6 && < 0.3
|
||||
, hasql-notifications >= 0.2.1.0 && < 0.3
|
||||
, hasql-pool >= 0.10 && < 0.11
|
||||
, hasql-transaction >= 1.0.1 && < 1.1
|
||||
, heredoc >= 0.2 && < 0.3
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ nix:
|
||||
extra-deps:
|
||||
- configurator-pg-0.2.7
|
||||
- fuzzyset-0.3.1
|
||||
- hasql-notifications-0.2.0.6
|
||||
- hasql-notifications-0.2.1.0
|
||||
- hasql-pool-0.10
|
||||
- megaparsec-9.2.2
|
||||
- postgresql-libpq-0.10.0.0
|
||||
|
||||
+3
-3
@@ -19,12 +19,12 @@ packages:
|
||||
original:
|
||||
hackage: fuzzyset-0.3.1
|
||||
- completed:
|
||||
hackage: hasql-notifications-0.2.0.6@sha256:16d783f5cd1660fad924fd3769380889de5804e057f09b304dcdc3a3ff11eb3c,2028
|
||||
hackage: hasql-notifications-0.2.1.0@sha256:c9c0ba3ac0866142836d2d0a08a0d10a945bcbe1c163ee1ef6aed407d046a24e,2022
|
||||
pantry-tree:
|
||||
sha256: 2319743501bb3c0bef801014ce61308b8666cef86ae5a97a0a283c0c1ec12d4f
|
||||
sha256: 65a646ed0a77ee1dfe902faedc590103ee385eaa78f407c4cf02a1eb5783d464
|
||||
size: 452
|
||||
original:
|
||||
hackage: hasql-notifications-0.2.0.6
|
||||
hackage: hasql-notifications-0.2.1.0
|
||||
- completed:
|
||||
hackage: hasql-pool-0.10@sha256:912197a328acb85505f98bb9700d61f366b87659ca45126c5c2d636687b801c3,2112
|
||||
pantry-tree:
|
||||
|
||||
Reference in New Issue
Block a user