Skip to content

Commit d716571

Browse files
committed
cabal file changes
1 parent 5f4ee23 commit d716571

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

servant-multipart.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: servant-multipart
2-
version: 0.1
2+
version: 0.10
33
synopsis: multipart/form-data (e.g file upload) support for servant
44
description: Please see README.md
55
homepage: https://github.com/haskell-servant/servant-multipart#readme
66
license: BSD3
77
license-file: LICENSE
88
author: Alp Mestanogullari
99
maintainer: [email protected]
10-
copyright: 2016 Alp Mestanogullari
10+
copyright: 2016-2017 Alp Mestanogullari
1111
category: Web
1212
build-type: Simple
1313
cabal-version: >=1.10
@@ -21,16 +21,16 @@ library
2121
exposed-modules: Servant.Multipart
2222
build-depends:
2323
base >= 4.7 && < 5,
24-
bytestring,
24+
bytestring >= 0.10 && <0.11,
2525
directory,
26-
http-media,
27-
resourcet,
26+
http-media >= 0.6 && <0.7,
27+
resourcet >=1.1 && <1.2,
2828
servant >=0.10 && <0.11,
2929
servant-server >=0.10 && <0.11,
30-
text,
30+
text >=1.2 && <1.3,
3131
transformers >=0.3 && <0.6,
32-
wai,
33-
wai-extra
32+
wai >= 3.2 && <3.3,
33+
wai-extra >=3.0 && <3.1
3434
default-language: Haskell2010
3535

3636
executable upload

0 commit comments

Comments
 (0)