We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dcf42 commit ffbd521Copy full SHA for ffbd521
kubernetes-webhook-haskell.cabal
@@ -1,5 +1,5 @@
1
name: kubernetes-webhook-haskell
2
-version: 0.2.0.2
+version: 0.2.0.3
3
synopsis: Create Kubernetes Admission Webhooks in Haskell
4
homepage: https://github.com/EarnestResearch/kubernetes-webhook-haskell#readme
5
license: MIT
@@ -18,7 +18,7 @@ library
18
exposed-modules: Kubernetes.Webhook, Kubernetes.Webhook.Types
19
build-depends: aeson >= 1.4.6 && < 1.6,
20
base >= 4.7 && < 5,
21
- base64-bytestring >= 1.0.0 && < 1.2,
+ base64-bytestring >= 1.0.0 && < 1.3,
22
binary >= 0.8.6 && < 0.9,
23
bytestring >= 0.10.8 && < 0.11,
24
text >= 1.2.3 && < 1.3,
0 commit comments