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 b074b8b commit 58dcf42Copy full SHA for 58dcf42
kubernetes-webhook-haskell.cabal
@@ -1,5 +1,5 @@
1
name: kubernetes-webhook-haskell
2
-version: 0.2.0.1
+version: 0.2.0.2
3
synopsis: Create Kubernetes Admission Webhooks in Haskell
4
homepage: https://github.com/EarnestResearch/kubernetes-webhook-haskell#readme
5
license: MIT
@@ -16,7 +16,7 @@ description: This library lets you create [Kubernetes Admission Webhooks
16
library
17
hs-source-dirs: src
18
exposed-modules: Kubernetes.Webhook, Kubernetes.Webhook.Types
19
- build-depends: aeson >= 1.4.6 && < 1.5,
+ build-depends: aeson >= 1.4.6 && < 1.6,
20
base >= 4.7 && < 5,
21
base64-bytestring >= 1.0.0 && < 1.2,
22
binary >= 0.8.6 && < 0.9,
0 commit comments