added missing file
This commit is contained in:
parent
8f7dedd90c
commit
44eb770a5f
1 changed files with 10 additions and 0 deletions
10
servant-client/test/Servant/Client/TestServer/Types.hs
Normal file
10
servant-client/test/Servant/Client/TestServer/Types.hs
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
module Servant.Client.TestServer.Types where
|
||||||
|
|
||||||
|
import Network.Wai
|
||||||
|
|
||||||
|
data TestServer
|
||||||
|
= TestServer {
|
||||||
|
testServerName :: String,
|
||||||
|
testServerApp :: Application
|
||||||
|
}
|
Loading…
Reference in a new issue