packages feed

openai-servant-0.2.3.0: openai-servant.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 27222b6af30e297958d20945ecd4e76ffe7b845bcf5513c5b23251ba3d290b5a

name:           openai-servant
version:        0.2.3.0
synopsis:       Unofficial OpenAI servant types
description:    Unofficial description of the OpenAI API using servant types
category:       Web
homepage:       https://github.com/agrafix/openai-hs#readme
bug-reports:    https://github.com/agrafix/openai-hs/issues
author:         Alexander Thiemann <mail@thiemann.at>
maintainer:     Alexander Thiemann <mail@thiemann.at>
copyright:      2021-2022 Alexander Thiemann <mail@thiemann.at>
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/agrafix/openai-hs

library
  exposed-modules:
      OpenAI.Api
      OpenAI.Internal.Aeson
      OpenAI.Resources
  other-modules:
      Paths_openai_servant
  hs-source-dirs:
      src
  default-extensions:
      OverloadedStrings
      DataKinds
      TypeOperators
      TypeFamilies
      GADTs
      FlexibleInstances
      FlexibleContexts
      MultiParamTypeClasses
      StrictData
      ScopedTypeVariables
      DeriveGeneric
      DeriveFunctor
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , casing
    , servant
    , servant-multipart-api
    , text
    , time
    , vector
  default-language: Haskell2010