servant-haxl-client-0.2.0.0: src-ghc/Servant/Haxl/Client/Internal/Error.hs
module Servant.Haxl.Client.Internal.Error ( ServantConnectionError(..) ) where import Network.HTTP.Client data ServantConnectionError = ServantConnectionError HttpException deriving Show