Skip to content

Commit 54ef5f6

Browse files
committed
Bump hw-kafka to use our fork
1 parent b49d738 commit 54ef5f6

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

nix/sources.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"hw-kafka-client": {
3+
"branch": "main",
4+
"description": "Kafka client for Haskell, including auto-rebalancing consumers",
5+
"homepage": null,
6+
"owner": "NoRedInk",
7+
"repo": "hw-kafka-client",
8+
"rev": "afb77994286f9c4876f562fb0a8c7b098b56248f",
9+
"sha256": "1ygmvw508n7dc6is9yzz8yc1k8nhz66f6snagvb7sjijfsym31lw",
10+
"type": "tarball",
11+
"url": "https://github.com/NoRedInk/hw-kafka-client/archive/afb77994286f9c4876f562fb0a8c7b098b56248f.tar.gz",
12+
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
13+
},
214
"niv": {
315
"branch": "master",
416
"description": "Easy dependency management for Nix projects",

shell-ghc-8-10.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ in import nix/mk-shell.nix {
1010
safe-coloured-text-terminfo =
1111
super.callCabal2nix "safe-coloured-text-terminfo"
1212
"${sources.safe-coloured-text}/safe-coloured-text-terminfo" { };
13+
hw-kafka-client = super.haskell.lib.dontCheck
14+
(super.callCabal2nix "hw-kafka-client" sources.hw-kafka-client { });
1315
});
1416
}

0 commit comments

Comments
 (0)