Import correct Servant module in README

This commit is contained in:
Ivan Lazar Miljenovic 2017-04-07 10:33:22 +10:00 committed by GitHub
parent 86ad89b15c
commit 16a45e0d0f

View File

@ -19,7 +19,7 @@ See [here](https://github.com/haskell-servant/servant/blob/master/servant-docs/e
import Data.Proxy
import Data.Text
import Servant
import Servant.Docs
-- our type for a Greeting message
data Greet = Greet { _msg :: Text }