Skip to content

Commit

Permalink
Fix import conflicts for servant 0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarni authored and brendanhay committed Mar 13, 2018
1 parent 896ef34 commit e31ece9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/Network/Google/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import GHC.Generics as Export (Generic)
import Network.HTTP.Client as Export (RequestBody)
import Numeric.Natural as Export (Natural)
import Prelude as Export hiding (product)
import Servant.API as Export hiding (Headers, Link, getResponse)
import Servant.API as Export hiding (Headers, Link, getResponse, Stream)
import Servant.Utils.Links as Export hiding (Link)
import Web.HttpApiData as Export (FromHttpApiData (..), ToHttpApiData (..))

Expand Down
2 changes: 1 addition & 1 deletion core/src/Network/Google/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import Network.HTTP.Client (HttpException, RequestBody (..))
import Network.HTTP.Media hiding (Accept)
import Network.HTTP.Types hiding (Header)
import qualified Network.HTTP.Types as HTTP
import Servant.API
import Servant.API hiding (Stream)
import Web.HttpApiData

data AltJSON = AltJSON deriving (Eq, Ord, Show, Read, Generic, Typeable)
Expand Down

0 comments on commit e31ece9

Please sign in to comment.