packages feed

httpstan-0.3.0.0: httpstan.cabal

name:                httpstan
version:             0.3.0.0
synopsis:            Auto-generated API bindings for httpstan
description:         Please see README.md
homepage:            https://github.com/jmcarthur/httpstan-hs
author:              Jake McArthur
maintainer:          Jake.McArthur@email.com
copyright:           2023 - Jake McArthur
license:             BSD3
license-files:       LICENSE
category:            Statistics
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      lib
  exposed-modules:     Httpstan.API
                     , Httpstan.Types
  ghc-options:         -Wall
  build-depends:
    aeson                         >= 2.1.2 && < 2.2,
    base                          >= 4.16.4 && < 4.17,
    containers                    >= 0.6.5 && < 0.7,
    mtl                           >= 2.2.2 && < 2.3,
    transformers                  >= 0.5.6 && < 0.6,
    text                          >= 1.2.5 && < 1.3,
    time                          >= 1.11.1 && < 1.12,
    exceptions                    >= 0.10.4 && < 0.11,
    http-api-data                 >= 0.5 && < 0.6,
    http-types                    >= 0.12.3 && < 0.13,
    http-client                   >= 0.7.13 && < 0.8,
    network-uri                   >= 2.6.4 && < 2.7,
    http-client-tls               >= 0.3.6 && < 0.4,
    servant                       >= 0.19.1 && < 0.20,
    servant-client                >= 0.19 && < 0.20,
    servant-client-core           >= 0.19 && < 0.20,
    servant-server                >= 0.19.2 && < 0.20,
    wai                           >= 3.2.3 && < 3.3,
    warp                          >= 3.3.25 && < 3.4,
    swagger2                      >= 2.8.7 && < 2.9,
    uuid                          >= 1.3.15 && < 1.4
  default-language:    Haskell2010

source-repository head
    type: git
    location: git@github.com:jmcarthur/httpstan-hs.git