Skip to content

Commit

Permalink
Explicitly import GenericMode typeclass method
Browse files Browse the repository at this point in the history
  • Loading branch information
dalpd authored and unclechu committed Nov 29, 2022
1 parent ee4baa6 commit 838623a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servant-server/example/greet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import Network.Wai
import Network.Wai.Handler.Warp

import Servant
import Servant.API.Generic ((:-))
import Servant.Server.Generic ()

-- * Example
Expand Down

0 comments on commit 838623a

Please sign in to comment.