Closed
Description
Description of issue
The MediaType.hs module is quite verbose and the code looks kind of ugly. For instance:
postgrest/src/PostgREST/MediaType.hs
Lines 36 to 50 in 87d6a0d
Solution
The module could be refactored to use Network.HTTP.Media. This would let us remove the above mentioned part.