packages feed

om-kubernetes-2.3.1.7: om-kubernetes.cabal

cabal-version:       3.0
name:                om-kubernetes
version:             2.3.1.7
synopsis:            om-kubernetes
description:         Haskell Kubernetes utilities.
homepage:            https://github.com/owensmurray/om-kubernetes
license:             MIT
license-file:        LICENSE
author:              Rick Owens
maintainer:          rick@owensmurray.com
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.12
    , 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