-
In the HTTP protocol specification, (e.g., [RFC 2616, section 4.3](https://tools.ietf.org/html/rfc2616#section-4.3)), GET and HEAD requests should not cause side effects on the server. By allowing the…
-
https://travis-ci.org/haskell-servant/servant-nix/jobs/391933328
-
In trying to use servant-multipart, which uses Network.Wai.Parse for multipart form handling, I found that a .net client (C#, HttpClient) was getting errors from our webservice. Upon digging into the …
-
servant-0.8 (Haskell Servant haskell-servant-maintainers@googlegroups.com @@haskell-servant/maintainers) is out of bounds for:
- [x] lackey-0.3.2 (>=0.5 && < 0.8). Taylor Fausak taylor@fausak.me @tfau…
-
After change to haskell-servant org.
-
This thread will be locked due to the large number of people being pinged. Curators will check periodically to see which packages have been upgraded.
lens-4.17 (Edward Kmett @ekmett) is out of bou…
-
First off, thanks for making this. I have this successfully implemented and it does exactly what I need. I know this library is new, but want to give some feedback and see if I can help out. I'm fairl…
-
I'm using Zipkin with `haskell-opentracing-light`. But I have problems running executable example.
I launched `zipkin` with this command:
```
docker run -d -p 9411:9411 openzipkin/zipkin
```
…
-
string-conversions-0.4 depended on by:
- servant-0.4.1 (==0.3.*). Haskell Servant jkarni@gmail.com @jkarni. @haskell-servant
- servant-server-0.4.1 (==0.3.*). Haskell Servant jkarni@gmail.com @jkarni.…
-
I have a reader monad for some config, which works fine until I include `Auth` in the API type. Then I get the following error
```
No instance for (HasContextEntry '[] Servant.Auth.Server.Internal…