We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6468836 commit 1667f45Copy full SHA for 1667f45
servant-multipart.cabal
@@ -1,5 +1,6 @@
1
name: servant-multipart
2
version: 0.11.4
3
+x-revision: 1
4
synopsis: multipart/form-data (e.g file upload) support for servant
5
description:
6
This package adds support for file upload to the servant ecosystem. It draws
@@ -34,7 +35,7 @@ library
34
35
36
-- other dependencies
37
build-depends:
- http-media >=0.7.1.3 && <0.8
38
+ http-media >=0.7.1.3 && <0.9
39
, lens >=4.17 && <4.18
40
, resourcet >=1.2.2 && <1.3
41
, servant >=0.15 && <0.17
0 commit comments