servant/doc/cookbook
Arian van Putten 339eec6a90
Fix overlapping instance for WithStatus (#1361)
We do not need the `ToJSON` instance for `WithStatus`
it would cause an overlap between:

```
ToJSON a => MimeRender JSON a
```

and

```
forall cty a.  MimeRendercty  a =>  MimeRender cty (WithStatus a)
```
and Servant just needs the `MimeRender` typeclass for it to work

* Add some more docs to the UVerb module

* cookbook/uverb: Change GHC versions

CI was complaining some version did not exist. Trying to bump
Also added 8.10.1

* doc/cookbook/uverb: Remove 8.4.4 from tested versions

CI was running into a cabal bug for some reason
2020-11-18 17:33:03 +01:00
..
basic-auth Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
basic-streaming Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
curl-mock Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
custom-errors Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
db-mysql-basics Fix typos and grammar (#1304) 2020-06-06 00:43:51 -04:00
db-postgres-pool Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
db-sqlite-simple Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
file-upload Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
generic Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
hoist-server-with-context Merge pull request #1312 from maksbotan/maksbotan/configurable-combinator-errors 2020-07-30 17:15:59 +02:00
https Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
jwt-and-basic-auth Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
open-id-connect More cookbook improvements (#1305) 2020-06-10 12:36:23 -04:00
pagination Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
sentry Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
structuring-apis Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
testing Reenable cookbook-testing 2020-07-31 13:32:17 +03:00
using-custom-monad Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
using-free-client Add 8.10.1 to tested-with, haskell-ci regenerate 2020-07-17 17:17:45 +03:00
uverb Fix overlapping instance for WithStatus (#1361) 2020-11-18 17:33:03 +01:00
cabal.project Add mysql cookbook example 2019-08-05 15:32:57 +10:00
cabal.project.local Adding OIDC Cookbook 2019-04-15 19:50:28 +03:00
index.rst Add cookbook entry for custom error formatters 2020-07-17 17:11:46 +03:00