Conversation
|
The only failing build on Travis CI is the one for ghc-8.0.2. It fails with I have not changed the CI configuration. Probably related to haskell/cabal#6060 |
There was a problem hiding this comment.
I don't have an opinion on this
Probably this is a right thing to do now.
#841 should make this unnecessary, but it's a holy grail which would fix everything, yet not founded still :)
I think that we should remove NoContent type if we go with this. ping @alpmestan
EDIT: above doesn't need to be done in this PR; also I'll figure what's wrong with CI myself
| where method = reflectMethod (Proxy :: Proxy method) | ||
| status = toEnum . fromInteger $ natVal (Proxy :: Proxy status) | ||
|
|
||
| instance {-# OVERLAPPABLE #-} |
There was a problem hiding this comment.
OVERLAPPABLE/OVERLAPPIG (here and elsewhere) are not required, are they?
|
I like this patch, because users don't have to specify an arbitrary content type anymore. |
|
Thanks. Merged rebased version in #1228 (CI was green there). |
Closes #1028.
The
NoContentVerbendpoints always return status code 204 and empty body and it is reflected in the docs.