Skip to content

Commit

Permalink
Types: always export all methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlix committed Dec 9, 2023
1 parent dccc3dc commit 9355eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Network/HTTP/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ module Network.HTTP.Types (
renderQueryBuilderPartialEscape,

-- ** Generalized query types
QueryLike (toQuery),
QueryKeyLike (toQueryKey),
QueryValueLike (toQueryValue),
QueryLike (..),
QueryKeyLike (..),
QueryValueLike (..),

-- ** Path

Expand Down

0 comments on commit 9355eeb

Please sign in to comment.