Skip to content

Commit b074b8b

Browse files
authored
Update dependencies and base64-bytestring upper bound (#6)
* Update niv dependencies * Update stack lts and cabal upper bound * Update version * use latest er-nix lts
1 parent 61fe348 commit b074b8b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

kubernetes-webhook-haskell.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-webhook-haskell
2-
version: 0.2.0.0
2+
version: 0.2.0.1
33
synopsis: Create Kubernetes Admission Webhooks in Haskell
44
homepage: https://github.com/EarnestResearch/kubernetes-webhook-haskell#readme
55
license: MIT
@@ -18,7 +18,7 @@ library
1818
exposed-modules: Kubernetes.Webhook, Kubernetes.Webhook.Types
1919
build-depends: aeson >= 1.4.6 && < 1.5,
2020
base >= 4.7 && < 5,
21-
base64-bytestring >= 1.0.0 && < 1.1,
21+
base64-bytestring >= 1.0.0 && < 1.2,
2222
binary >= 0.8.6 && < 0.9,
2323
bytestring >= 0.10.8 && < 0.11,
2424
text >= 1.2.3 && < 1.3,

nix/sources.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"homepage": null,
66
"owner": "EarnestResearch",
77
"repo": "er-nix",
8-
"rev": "68163887c5073c278e34f335ba5e3a6b9d027e4d",
9-
"sha256": "0xcxsdf45bl56lmid0i0gwb7q0jx5rfz7ld9f2j3xjyakaqa2c5q",
8+
"rev": "5620dd27db8071391141137c1c91a38fd61d4bde",
9+
"sha256": "1knh8i1d5gbpr98fzn94mqknc3cdcbwp8kakg412f8gjnl1agfm8",
1010
"type": "tarball",
11-
"url": "https://github.com/EarnestResearch/er-nix/archive/68163887c5073c278e34f335ba5e3a6b9d027e4d.tar.gz",
11+
"url": "https://github.com/EarnestResearch/er-nix/archive/5620dd27db8071391141137c1c91a38fd61d4bde.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
},
1414
"niv": {
@@ -17,10 +17,10 @@
1717
"homepage": "https://github.com/nmattia/niv",
1818
"owner": "nmattia",
1919
"repo": "niv",
20-
"rev": "2ecfd86b631714b457e56d70dd83fa60435baeb6",
21-
"sha256": "01j6727cws8blg1npp54b4w6xa0gpgyzhyws2vqgp8clnlnmqqhi",
20+
"rev": "f73bf8d584148677b01859677a63191c31911eae",
21+
"sha256": "0jlmrx633jvqrqlyhlzpvdrnim128gc81q5psz2lpp2af8p8q9qs",
2222
"type": "tarball",
23-
"url": "https://github.com/nmattia/niv/archive/2ecfd86b631714b457e56d70dd83fa60435baeb6.tar.gz",
23+
"url": "https://github.com/nmattia/niv/archive/f73bf8d584148677b01859677a63191c31911eae.tar.gz",
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2525
},
2626
"nixpkgs": {
@@ -29,10 +29,10 @@
2929
"homepage": "https://github.com/NixOS/nixpkgs",
3030
"owner": "NixOS",
3131
"repo": "nixpkgs-channels",
32-
"rev": "ea553d8c67c6a718448da50826ff5b6916dc9c59",
33-
"sha256": "0g9smv36sk42rfyzi8wyq2wl11c5l0qaldij1zjdj60s57cl3wgj",
32+
"rev": "cae3ac8c30bf60af7fe9f887da213cb8687ec5ef",
33+
"sha256": "1s66wrqpv05i9rmvyg95dgdkhqjkpy15gpwgz1sva5r8zhhdvk1m",
3434
"type": "tarball",
35-
"url": "https://github.com/NixOS/nixpkgs-channels/archive/ea553d8c67c6a718448da50826ff5b6916dc9c59.tar.gz",
35+
"url": "https://github.com/NixOS/nixpkgs-channels/archive/cae3ac8c30bf60af7fe9f887da213cb8687ec5ef.tar.gz",
3636
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3737
}
3838
}

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2018-01-01.yaml
20-
resolver: lts-14.20
20+
resolver: lts-15.8
2121

2222
# User packages to be built.
2323
# Various formats can be used as shown in the example below.

0 commit comments

Comments
 (0)