Import correct Servant module in README
This commit is contained in:
parent
86ad89b15c
commit
16a45e0d0f
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue