File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : servant-multipart
2
- version : 0.1
2
+ version : 0.10
3
3
synopsis : multipart/form-data (e.g file upload) support for servant
4
4
description : Please see README.md
5
5
homepage : https://github.com/haskell-servant/servant-multipart#readme
6
6
license : BSD3
7
7
license-file : LICENSE
8
8
author : Alp Mestanogullari
9
9
10
- copyright : 2016 Alp Mestanogullari
10
+ copyright : 2016-2017 Alp Mestanogullari
11
11
category : Web
12
12
build-type : Simple
13
13
cabal-version : >= 1.10
@@ -21,16 +21,16 @@ library
21
21
exposed-modules : Servant.Multipart
22
22
build-depends :
23
23
base >= 4.7 && < 5 ,
24
- bytestring,
24
+ bytestring >= 0.10 && < 0.11 ,
25
25
directory,
26
- http-media,
27
- resourcet,
26
+ http-media >= 0.6 && < 0.7 ,
27
+ resourcet >= 1.1 && < 1.2 ,
28
28
servant >= 0.10 && < 0.11 ,
29
29
servant-server >= 0.10 && < 0.11 ,
30
- text,
30
+ text >= 1.2 && < 1.3 ,
31
31
transformers >= 0.3 && < 0.6 ,
32
- wai,
33
- wai-extra
32
+ wai >= 3.2 && < 3.3 ,
33
+ wai-extra >= 3.0 && < 3.1
34
34
default-language : Haskell2010
35
35
36
36
executable upload
You can’t perform that action at this time.
0 commit comments