-
This is `HasSwagger UVerb ...` [defined here](https://github.com/haskell-servant/servant-swagger/blob/1909e44e965dca24cb1f5cee4b08c0781dfdbff6/src/Servant/Swagger/Internal.hs#L192-L204)
```haskell
…
-
At the moment you need to write the "set-up" function by hands. Though, it mostly duplicates the type definition and translates types into the corresponding functions.
What would be great is to have …
-
Using `ReqBody' '[Required, Lenient] '[JSON] Events`
[Expected](http://hackage.haskell.org/package/servant-0.15/docs/Servant-API-Modifiers.html#t:Lenient) according to docs is `Either Text`.
-
Sometimes a number of dependency packages are cloned into the tree of a project package. `stack init` currently does not distinguish between dependency packages and project packages. Which leads to pr…
-
data-default-0.8.0.0 is out of bounds for:
- [ ] HMock-0.5.1.2 (>=0.7.1 && < 0.8). Chris Smith . Used by: library
- [ ] aws-0.24.2 (>=0.5.3 && < 0.8). Grandfathered dependencies. Used by: library
-…
-
* This type uses a HashMap: https://hackage.haskell.org/package/http-api-data-0.4.3/docs/Web-FormUrlEncoded.html#t:Form
* The package in which `HashMap` is defined: Unordered containers specifically …
-
Currently when installing `servant-swagger` it also pulls in `QuickCheck` and `hspec`. Are there any plans to remove this, or make it configurable via a flag?
-
I'm trying to implement custom authorization schemes. Looks like `servant-auth` doesn't support this feature at the moment (though, this probably will be implemented during GSoC 2019):
* https://gi…
-
Hi all 👋🏼
I've been setting up auth for my server using `servant-auth` and `servant-auth-server` I've run into a few different issues, first for a bit of context:
* We're using JWT access token…
-
# Topics in Haskell beyond LYAH
## Type theory related
1. ~~`Functor-Applicative-Monad` typeclass hierarchy (covered in LYAH)~~
1. ~~`State` monad (covered in LYAH)~~
1. ~~General` Zip…