name: servant-multipart-api
version: 0.13.0
synopsis: multipart/form-data (e.g file upload) support for servant
description:
This package contains servant API types that support multiform upload, used by
servant-multipart and servant-multipart-client for backend/client implementation.
homepage: https://github.com/haskell-servant/servant-multipart#readme
license: BSD3
license-file: LICENSE
author: Alp Mestanogullari
maintainer: alpmestan@gmail.com
copyright: 2016-2017 Alp Mestanogullari, 2018-2019 Servant Contributors
category: Web, Servant
build-type: Simple
cabal-version: >=1.10
extra-source-files: CHANGELOG.md
tested-with:
GHC ==9.4.8
|| ==9.6.3
|| ==9.8.4
|| ==9.10.3
|| ==9.12.4
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: Servant.Multipart.API
-- ghc boot libs
build-depends:
base >=4.17 && <5
, bytestring >=0.11 && <0.13
, deepseq >=1.4.8 && <1.6
, text >=2.0 && <2.2
-- other dependencies
build-depends:
servant >=0.20.3 && <0.21
test-suite servant-multipart-api-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
default-language: Haskell2010
build-depends:
base
, servant-multipart-api
, tasty
, tasty-hunit
, text
source-repository head
type: git
location: https://github.com/haskell-servant/servant-multipart