Review fixes

This commit is contained in:
Julian K. Arni 2017-09-15 09:02:50 -04:00
parent 4e9c342c4e
commit 49d5067e22
5 changed files with 4 additions and 6 deletions

View File

@ -25,6 +25,6 @@ instance ClientLike (MyMonad a) (MyMonad a) where
## For combinator-writers
You'l need to define a new `HasClient` instance for your combinator. There are
You'll need to define a new `HasClient` instance for your combinator. There are
plenty of examples to guide you in the
[HasClient](src/Servant/Client/Core/Internal/HasClient.hs) module.

View File

@ -11,7 +11,7 @@ maintainer: haskell-servant-maintainers@googlegroups.com
homepage: http://haskell-servant.readthedocs.org/
bug-reports: http://github.com/haskell-servant/servant/issues
cabal-version: >=1.10
-- copyright:
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2017 Servant Contributors
category: Web
build-type: Simple
extra-source-files:

View File

@ -30,7 +30,7 @@ import Web.HttpApiData (ToHttpApiData, toEncodedUrlPiece,
-- | A type representing possible errors in a request
--
-- Note that this type substially change in 0.12
-- Note that this type substantially changed in 0.12.
data ServantError =
-- | The server returned an error response
FailureResponse Response

View File

@ -12,7 +12,7 @@ license: BSD3
license-file: LICENSE
author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
copyright: 2014-2017 Zalora South East Asia Pte Ltd, Servant Contributors
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2017 Servant Contributors
category: Servant, Web
build-type: Simple
cabal-version: >=1.10

View File

@ -155,5 +155,3 @@ test-suite doctests
include-dirs: include
x-doctest-source-dirs: test
x-doctest-modules: Servant.Utils.LinksSpec
other-modules:
Build_doctests