packages feed

hoauth2-demo 1.7.0 → 1.8.0

raw patch · 1 files changed

+9/−8 lines, 1 filesdep ~hoauth2dep ~hoauth2-providersdep ~text

Dependency ranges changed: hoauth2, hoauth2-providers, text

Files

hoauth2-demo.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               hoauth2-demo-version:            1.7.0+version:            1.8.0 synopsis:           hoauth2 demo application description:   Demo application to test oauth2 flow with many providers using hoauth2@@ -29,8 +29,8 @@  flag breakpoint   description: Turn on breakpoint plugin-  manual: True-  default: False+  manual:      True+  default:     False  executable hoauth2-demo   main-is:            Main.hs@@ -67,15 +67,15 @@     , containers             ^>=0.6     , data-default           ^>=0.7     , directory              ^>=1.3-    , hoauth2                ^>=2.9-    , hoauth2-providers      ^>=0.3+    , hoauth2                >=2.9+    , hoauth2-providers      >=0.3     , http-conduit           >=2.1    && <2.4     , http-types             >=0.11   && <0.13     , jose-jwt               >=0.9.4  && <0.10     , mustache               >=2.2.3  && <2.5.0     , parsec                 >=3.1.11 && <3.2.0     , scotty                 >=0.10.0 && <0.13-    , text                   >=0.11   && <2.1+    , text                   >=2.0    && <2.3     , transformers           >=0.4    && <0.7     , uri-bytestring         >=0.2.3  && <0.4     , wai                    ^>=3.2@@ -87,7 +87,8 @@     -Wunused-packages -Wwarnings-deprecations -Wwarn    if flag(breakpoint)-    build-depends: breakpoint ^>= 0.1.2-    ghc-options: -fplugin=Debug.Breakpoint -plugin-package breakpoint+    build-depends: breakpoint ^>=0.1.2+    ghc-options:   -fplugin=Debug.Breakpoint -plugin-package breakpoint+   if impl(ghc <9.4)     ghc-options: -Wno-unticked-promoted-constructors