diff --git a/ory-kratos.cabal b/ory-kratos.cabal index 3532d4e..6dbc91b 100644 --- a/ory-kratos.cabal +++ b/ory-kratos.cabal @@ -28,29 +28,26 @@ library -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates - if impl(ghc >= 8.0) - ghc-options: -Wredundant-constraints - if impl(ghc >= 8.2) - ghc-options: -fhide-source-paths - if impl(ghc >= 8.4) - ghc-options: -Wmissing-export-lists + -Wredundant-constraints + -fhide-source-paths + -Wmissing-export-lists -Wpartial-fields if impl(ghc >= 8.8) ghc-options: -Wmissing-deriving-strategies - build-depends: aeson >= 1.5 && < 2.1, - base >= 4.14 && < 4.17, + build-depends: aeson >= 1.5 && < 2.2, + base >= 4.14 && < 4.19, containers >= 0.6 && < 0.7, exceptions >= 0.10 && < 0.11, - http-api-data >= 0.4 && < 0.5, + http-api-data >= 0.4 && < 0.6, http-client >= 0.6 && < 0.8, http-client-tls >= 0.3 && < 0.4, http-types >= 0.12 && < 0.13, - mtl >= 2.2 && < 2.3, + mtl >= 2.2 && < 2.4, network-uri >= 2.6 && < 2.7, - servant >= 0.18 && < 0.20, - servant-client >= 0.18 && < 0.20, - servant-client-core >= 0.18 && < 0.20, - servant-server >= 0.18 && < 0.20, + servant >= 0.18 && < 0.21, + servant-client >= 0.18 && < 0.21, + servant-client-core >= 0.18 && < 0.21, + servant-server >= 0.18 && < 0.21, swagger2 >= 2.6 && < 2.9, text >= 1.2 && < 2.1, time >= 1.9 && < 1.14,