cabal-version: 3.0 name: unliftio-servant-server version: 0.1.0.0 x-revision: 1 synopsis: Use MonadUnliftIO on servant APIs description: unliftio-servant-server provides convenience functions for running servant APIs whose monads have a 'MonadUnliftIO' instance. category: Servant, Server homepage: https://github.com/bellroy/unliftio-servant-server bug-reports: https://github.com/bellroy/unliftio-servant-server/issues author: Bellroy Tech Team maintainer: Bellroy Tech Team copyright: Copyright (C) 2024 Bellroy Pty Ltd license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-doc-files: CHANGELOG.md README.md tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.5 || ==9.6.4 || ==9.8.2 source-repository head type: git location: https://github.com/bellroy/unliftio-servant-server.git common opts default-language: Haskell2010 ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Werror=incomplete-patterns -Wredundant-constraints -Wpartial-fields -Wtabs -Wmissing-local-signatures -fhelpful-errors -fprint-expanded-synonyms -fwarn-unused-do-bind common opts-exe ghc-options: -threaded common deps build-depends: , base >=4.14 && <4.20 , mtl >=2.2.2 && <2.4 , servant >=0.19 && <0.21 , servant-server >=0.19 && <0.21 , unliftio >=0.1.0.0 && <0.3.0.0 library import: deps, opts hs-source-dirs: src exposed-modules: UnliftIO.Servant.Server