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 fec941a commit 24c8a14Copy full SHA for 24c8a14
servant-quickcheck/src/Servant/QuickCheck/Internal/HasGenRequest.hs
@@ -196,5 +196,7 @@ instance (HasGenRequest a) => HasGenRequest (WithNamedContext x y a) where
196
instance (HasGenRequest a) => HasGenRequest (BasicAuth x y :> a) where
197
genRequest _ = genRequest (Proxy :: Proxy a)
198
199
+#if MIN_VERSION_servant(0,18,2)
200
instance (HasGenRequest a) => HasGenRequest (Fragment v :> a) where
201
202
+#endif
0 commit comments