Explicitly import GenericMode typeclass method

This commit is contained in:
Deniz Alp Durmaz 2022-11-29 10:33:33 +02:00 committed by Viacheslav Lotsmanov
parent ee4baa610c
commit 838623a0df
No known key found for this signature in database
GPG Key ID: D276FF7467007335

View File

@ -17,6 +17,7 @@ import Network.Wai
import Network.Wai.Handler.Warp import Network.Wai.Handler.Warp
import Servant import Servant
import Servant.API.Generic ((:-))
import Servant.Server.Generic () import Servant.Server.Generic ()
-- * Example -- * Example