Remove 0.5 combinators
This commit is contained in:
parent
28d48ce320
commit
ca1b21ebff
1 changed files with 0 additions and 12 deletions
|
@ -112,18 +112,6 @@ instance (KnownSymbol s, FromText a, HasMock rest) => HasMock (Capture s a :> re
|
||||||
instance (AllCTUnrender ctypes a, HasMock rest) => HasMock (ReqBody ctypes a :> rest) where
|
instance (AllCTUnrender ctypes a, HasMock rest) => HasMock (ReqBody ctypes a :> rest) where
|
||||||
mock _ = \_ -> mock (Proxy :: Proxy rest)
|
mock _ = \_ -> mock (Proxy :: Proxy rest)
|
||||||
|
|
||||||
instance HasMock rest => HasMock (RemoteHost :> rest) where
|
|
||||||
mock _ = \_ -> mock (Proxy :: Proxy rest)
|
|
||||||
|
|
||||||
instance HasMock rest => HasMock (IsSecure :> rest) where
|
|
||||||
mock _ = \_ -> mock (Proxy :: Proxy rest)
|
|
||||||
|
|
||||||
instance HasMock rest => HasMock (Vault :> rest) where
|
|
||||||
mock _ = \_ -> mock (Proxy :: Proxy rest)
|
|
||||||
|
|
||||||
instance HasMock rest => HasMock (HttpVersion :> rest) where
|
|
||||||
mock _ = \_ -> mock (Proxy :: Proxy rest)
|
|
||||||
|
|
||||||
instance (KnownSymbol s, FromText a, HasMock rest)
|
instance (KnownSymbol s, FromText a, HasMock rest)
|
||||||
=> HasMock (QueryParam s a :> rest) where
|
=> HasMock (QueryParam s a :> rest) where
|
||||||
mock _ = \_ -> mock (Proxy :: Proxy rest)
|
mock _ = \_ -> mock (Proxy :: Proxy rest)
|
||||||
|
|
Loading…
Reference in a new issue