Updating changelog and added bounds on dependency.

This commit is contained in:
tmbull 2017-10-23 12:37:56 -05:00
parent 0dd045caa7
commit 1ac3ebe75f
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
0.10.2
------
### Changes
* Add support for body/return content types in `Req`
([#832](https://github.com/haskell-servant/servant/pull/832/files)).
0.10.1 0.10.1
------ ------

View file

@ -34,7 +34,7 @@ library
, lens == 4.* , lens == 4.*
, servant == 0.11.* , servant == 0.11.*
, text >= 1.2 && < 1.3 , text >= 1.2 && < 1.3
, http-media , http-media >= 0.6 && < 0.8
, http-types , http-types
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010