We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c8724 commit 8c39dbcCopy full SHA for 8c39dbc
servant-quickcheck/src/Servant/QuickCheck/Internal/HasGenRequest.hs
@@ -199,7 +199,5 @@ instance (HasGenRequest a) => HasGenRequest (WithNamedContext x y a) where
199
instance (HasGenRequest a) => HasGenRequest (BasicAuth x y :> a) where
200
genRequest _ = genRequest (Proxy :: Proxy a)
201
202
-#if MIN_VERSION_servant(0,18,2)
203
instance (HasGenRequest a) => HasGenRequest (Fragment v :> a) where
204
205
-#endif
0 commit comments