Skip to content

Commit

Permalink
relax lower dep bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Oct 31, 2023
1 parent 26ff066 commit e2dc5ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ms-graph-api-test/ms-graph-api-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ executable ms-graph-api-test
, aeson-pretty
, base
, bytestring
, directory >= 1.3.6.2
, directory
, dotenv-micro == 0.1.0.1
, http-client
, http-client-tls >= 0.3
Expand All @@ -41,10 +41,10 @@ executable ms-graph-api-test
, req
, scotty
, text >= 1.2.5.0
, transformers >= 0.5.6.2
, transformers >= 0.5
, unliftio
, uri-bytestring
, wai-extra >= 3.1.13.0
, wai-extra
ghc-options: -Wall
-threaded
-rtsopts
Expand Down

0 comments on commit e2dc5ea

Please sign in to comment.