Skip to content

Commit ffbd521

Browse files
authored
Bump base64-bytestring (#8)
1 parent 58dcf42 commit ffbd521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.2
2+
version: 0.2.0.3
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.6,
2020
base >= 4.7 && < 5,
21-
base64-bytestring >= 1.0.0 && < 1.2,
21+
base64-bytestring >= 1.0.0 && < 1.3,
2222
binary >= 0.8.6 && < 0.9,
2323
bytestring >= 0.10.8 && < 0.11,
2424
text >= 1.2.3 && < 1.3,

0 commit comments

Comments
 (0)