Skip to content

Commit 58dcf42

Browse files
committed
Aeson 1.5 (#7)
1 parent b074b8b commit 58dcf42

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.1
2+
version: 0.2.0.2
33
synopsis: Create Kubernetes Admission Webhooks in Haskell
44
homepage: https://github.com/EarnestResearch/kubernetes-webhook-haskell#readme
55
license: MIT
@@ -16,7 +16,7 @@ description: This library lets you create [Kubernetes Admission Webhooks
1616
library
1717
hs-source-dirs: src
1818
exposed-modules: Kubernetes.Webhook, Kubernetes.Webhook.Types
19-
build-depends: aeson >= 1.4.6 && < 1.5,
19+
build-depends: aeson >= 1.4.6 && < 1.6,
2020
base >= 4.7 && < 5,
2121
base64-bytestring >= 1.0.0 && < 1.2,
2222
binary >= 0.8.6 && < 0.9,

0 commit comments

Comments
 (0)