name: servant-multipart
version: 0.13.0
synopsis: multipart/form-data (e.g file upload) support for servant
description:
This package adds server-side support of file upload to the servant ecosystem.
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
-- ghc boot libs
build-depends:
base >=4.17 && <5
, bytestring >=0.11 && <0.13
, deepseq >=1.4.8 && <1.6
, directory >=1.3 && <1.4
, text >=2.0 && <2.2
-- other dependencies
build-depends:
servant-multipart-api == 0.13.*
, lens >=4.17 && <5.4
, resourcet >=1.3.0 && <1.4
, servant >=0.20.3 && <0.21
, servant-docs >=0.13 && <0.14
, servant-foreign >=0.16 && <0.17
, servant-server >=0.20.3 && <0.21
, wai >=3.2.5 && <3.3
, wai-extra >=3.1.18 && <3.2
, warp >=3.3.22 && <3.5
test-suite servant-multipart-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
default-language: Haskell2010
build-depends:
base
, bytestring
, http-types
, servant-multipart
, servant-server
, tasty
, tasty-wai
, text
, wai-extra
source-repository head
type: git
location: https://github.com/haskell-servant/servant-multipart