Skip to content

Commit 8c39dbc

Browse files
authored
Support servant 0.18.2 unconditionally
1 parent d1c8724 commit 8c39dbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

servant-quickcheck/src/Servant/QuickCheck/Internal/HasGenRequest.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,5 @@ instance (HasGenRequest a) => HasGenRequest (WithNamedContext x y a) where
199199
instance (HasGenRequest a) => HasGenRequest (BasicAuth x y :> a) where
200200
genRequest _ = genRequest (Proxy :: Proxy a)
201201

202-
#if MIN_VERSION_servant(0,18,2)
203202
instance (HasGenRequest a) => HasGenRequest (Fragment v :> a) where
204203
genRequest _ = genRequest (Proxy :: Proxy a)
205-
#endif

0 commit comments

Comments
 (0)