Skip to content

Commit

Permalink
Merge pull request #725 from ivan-m/patch-1
Browse files Browse the repository at this point in the history
Import correct Servant module in doc README
  • Loading branch information
phadej committed May 14, 2017
2 parents c84e650 + 16a45e0 commit 40588d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 40588d5

Please sign in to comment.