Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarni committed Sep 15, 2017
1 parent 4e9c342 commit 49d5067
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion servant-client-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion servant-client-core/servant-client-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainer: [email protected]
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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license: BSD3
license-file: LICENSE
author: Servant Contributors
maintainer: [email protected]
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
Expand Down
2 changes: 0 additions & 2 deletions servant/servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 49d5067

Please sign in to comment.