Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

allow http-client-0.7.*, add support for Fragments #78

Merged
merged 6 commits into from
Apr 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Servant/QuickCheck/Internal/HasGenRequest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,6 @@ instance (HasGenRequest a) => HasGenRequest (WithNamedContext x y a) where
-- TODO: Try logging in
instance (HasGenRequest a) => HasGenRequest (BasicAuth x y :> a) where
genRequest _ = genRequest (Proxy :: Proxy a)

amesgen marked this conversation as resolved.
Show resolved Hide resolved
instance (HasGenRequest a) => HasGenRequest (Fragment v :> a) where
genRequest _ = genRequest (Proxy :: Proxy a)