Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Oct 31, 2023
1 parent e2dc5ea commit a52ba3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ms-graph-api-test/app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import qualified Data.Aeson.Encode.Pretty as A (encodePretty)
import qualified Data.ByteString.Lazy.Char8 as LBS (putStrLn, pack)
-- dotenv-micro
import DotEnv.Micro (loadDotEnv)
-- hoauth2
import Network.OAuth.OAuth2 (OAuth2Token(..))
import Network.OAuth2.Experiment (IdpApplication, GrantTypeFlow(..))
-- http-client
import Network.HTTP.Client (Manager, newManager)
-- http-client-tls
import Network.HTTP.Client.TLS (tlsManagerSettings)
-- ms-auth
import MSAuth (OAuth2Token(..))
import Network.OAuth2.Provider.AzureAD (IdpApplication, GrantTypeFlow(..))
-- req
import Network.HTTP.Req (HttpConfig, runReq, defaultHttpConfig, httpConfigAltManager)
-- scotty
Expand Down
2 changes: 1 addition & 1 deletion ms-graph-api/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extra-deps:
- validation-micro-1.0.0.0
- selective-0.6

# allow-newer: true
allow-newer: true


# - acme-missiles-0.3
Expand Down

0 comments on commit a52ba3c

Please sign in to comment.