-
Notifications
You must be signed in to change notification settings - Fork 1
/
om-kubernetes.cabal
53 lines (49 loc) · 1.63 KB
/
om-kubernetes.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
cabal-version: 3.0
name: om-kubernetes
version: 2.3.1.8
synopsis: om-kubernetes
description: Haskell Kubernetes utilities.
homepage: https://github.com/owensmurray/om-kubernetes
license: MIT
license-file: LICENSE
author: Rick Owens
maintainer: [email protected]
copyright: 2022 Owens Murray
-- category:
build-type: Simple
extra-source-files:
LICENSE
README.md
common warnings
ghc-options:
-Wall
-Wmissing-deriving-strategies
-Wmissing-export-lists
-Wmissing-import-lists
-Wredundant-constraints
common dependencies
build-depends:
, aeson >= 2.0.3.0 && < 2.3
, base >= 4.15.1.0 && < 4.20
, bytestring >= 0.10.12.1 && < 0.13
, connection >= 0.3.1 && < 0.4
, data-default-class >= 0.1.2.0 && < 0.2
, http-client >= 0.7.13.1 && < 0.8
, http-client-tls >= 0.3.6.1 && < 0.4
, http-types >= 0.12.3 && < 0.13
, om-http >= 0.3.0.1 && < 0.4
, safe-exceptions >= 0.1.7.3 && < 0.2
, servant >= 0.19 && < 0.21
, servant-client >= 0.19 && < 0.21
, servant-client-core >= 0.19 && < 0.21
, text >= 1.2.5.0 && < 2.2
, tls >= 1.5.8 && < 1.7
, x509-store >= 1.6.9 && < 1.7
library
import: warnings, dependencies
exposed-modules:
OM.Kubernetes
-- other-modules:
-- other-extensions:
hs-source-dirs: src
default-language: Haskell2010