Skip to content

Commit a3af57f

Browse files
authored
Merge pull request #67 from felixonmars/patch-1
Allow http-media 0.7
2 parents 21f0cd5 + 35a3574 commit a3af57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-swagger.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library
5757
build-depends: aeson >=0.11.2.0 && <1.3
5858
, base >=4.7.0.0 && <4.10
5959
, bytestring >=0.10.4.0 && <0.11
60-
, http-media >=0.6.3 && <0.7
60+
, http-media >=0.6.3 && <0.8
6161
, insert-ordered-containers >=0.1.0.0 && <0.3
6262
, lens >=4.7.0.1 && <4.16
6363
, servant >=0.5 && <0.12

0 commit comments

Comments
 (0)