packages feed

om-http-0.6.0.2: om-http.cabal

cabal-version:       3.0
name:                om-http
version:             0.6.0.2
synopsis:            Http utilities.
description:         Random HTTP utilities.
homepage:            https://github.com/owensmurray/om-http
license:             MIT
license-file:        LICENSE
author:              Rick Owens
maintainer:          rick@owensmurray.com
copyright:           2025 Owens Murray
category:            Web
build-type:          Simple
extra-source-files:
  README.md
  LICENSE
  changelog.md

common dependencies
  build-depends:
    , aeson              >= 2.2.2.0   && < 2.3
    , async              >= 2.2.5     && < 2.3
    , base               >= 4.20.0.0  && < 4.23
    , base64             >= 1.0       && < 1.1
    , bytestring         >= 0.11.5.0  && < 0.13
    , case-insensitive   >= 1.2.0.11  && < 1.3
    , containers         >= 0.6.8     && < 0.9
    , directory          >= 1.3.7.1   && < 1.4
    , filepath           >= 1.4.101.0 && < 1.6
    , http-types         >= 0.12.4    && < 0.13
    , mime-types         >= 0.1.0.0   && < 0.2
    , monad-logger-aeson >= 0.4.1.2   && < 0.5
    , network            >= 3.1.2.9   && < 3.3
    , om-show            >= 0.1.2.10  && < 0.2
    , safe-exceptions    >= 0.1.7.4   && < 0.2
    , servant            >= 0.20.1    && < 0.21
    , template-haskell   >= 2.22.0.0  && < 2.25
    , text               >= 2.1.1     && < 2.2
    , time               >= 1.9.2     && < 1.16
    , unix               >= 2.7.3     && < 2.9
    , uuid               >= 1.3.16    && < 1.4
    , wai                >= 3.2.0     && < 3.3
    , warp               >= 3.3.21    && < 3.5

common warnings
  ghc-options:
    -Wall
    -Wmissing-deriving-strategies
    -Wmissing-export-lists
    -Wmissing-import-lists
    -Wredundant-constraints

library
  import: warnings, dependencies
  exposed-modules:     
    OM.HTTP
  hs-source-dirs: src
  default-language: Haskell2010
  ghc-options:
    -Wunused-packages