Updating changelog and added bounds on dependency.
This commit is contained in:
parent
0dd045caa7
commit
1ac3ebe75f
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue