servant/servant-server/src
aaron levin bde02d5f45 First attempt at BasicAuth combinators
Add `authVal` to BasicAuth, assist type inference

Type inference is difficult with `BasicAuth` and  `BasicAuthLookup`.
This is because `BasicAuthLookup` introduces a type variable `authVal`
and is not bound to anything when used in the context of `HasServer`'s
type.

Servant compiles (temp commit - delete)
2015-12-20 22:41:05 +01:00
..
Servant First attempt at BasicAuth combinators 2015-12-20 22:41:05 +01:00
Servant.hs Use http-api-data package instead of ToText/FromText 2015-10-08 00:38:47 +03:00