Skip to content

Commit 1667f45

Browse files
committed
Allow http-media-0.8
1 parent 6468836 commit 1667f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

servant-multipart.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: servant-multipart
22
version: 0.11.4
3+
x-revision: 1
34
synopsis: multipart/form-data (e.g file upload) support for servant
45
description:
56
This package adds support for file upload to the servant ecosystem. It draws
@@ -34,7 +35,7 @@ library
3435

3536
-- other dependencies
3637
build-depends:
37-
http-media >=0.7.1.3 && <0.8
38+
http-media >=0.7.1.3 && <0.9
3839
, lens >=4.17 && <4.18
3940
, resourcet >=1.2.2 && <1.3
4041
, servant >=0.15 && <0.17

0 commit comments

Comments
 (0)