servant/servant-client/test/Servant/Client/TestServer/Types.hs

11 lines
177 B
Haskell
Raw Normal View History

2016-05-12 15:20:15 +02:00
module Servant.Client.TestServer.Types where
import Network.Wai
data TestServer
= TestServer {
testServerName :: String,
testServerApp :: Application
}