From 8d462882410c971ba477888684972cea9074d998 Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Wed, 30 Oct 2024 20:34:44 +0000 Subject: [PATCH] Relax bounds (#10) --- servant-prometheus.cabal | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/servant-prometheus.cabal b/servant-prometheus.cabal index d9b5791..e1cf05f 100644 --- a/servant-prometheus.cabal +++ b/servant-prometheus.cabal @@ -49,14 +49,14 @@ library UndecidableInstances ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-inferred-safe-imports -Wno-missing-safe-haskell-mode -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-prepositive-qualified-module -Wno-missing-kind-signatures -Wno-implicit-prelude build-depends: - base >=4.10 && <4.18 + base >=4.10 && <4.21 , clock >=0.8.3 && <0.9 - , ghc-prim >=0.8.0 && <0.10 - , hashable >=1.4.2 && <1.5 + , ghc-prim >=0.8.0 && <0.12 + , hashable >=1.4.2 && <1.6 , http-types >=0.12.3 && <0.13 , prometheus-client >=1.1.0 && <1.2 - , servant >=0.14 && <0.20 - , text >=1.2.5 && <2.1 + , servant >=0.14 && <0.21 + , text >=1.2.5 && <2.2 , wai >=3.2.3 && <3.3 default-language: GHC2021 @@ -81,20 +81,20 @@ test-suite spec build-tool-depends: hspec-discover:hspec-discover build-depends: - aeson >=2.0 && <2.2 - , base >=4.10 && <4.18 - , containers >=0.6.5 && <0.7 + aeson >=2.0 && <2.3 + , base >=4.10 && <4.21 + , containers >=0.6.5 && <0.8 , hspec ==2.* , hspec-expectations-pretty-diff >=0.7.2.2 && <0.8 , http-client >=0.7.13 && <0.8 , prometheus-client , servant - , servant-client >=0.14 && <0.20 + , servant-client >=0.14 && <0.21 , servant-prometheus - , servant-server >=0.14 && <0.20 + , servant-server >=0.14 && <0.21 , text , wai - , warp >=3.2.4 && <3.4 + , warp >=3.2.4 && <3.5 default-language: GHC2021 benchmark bench @@ -115,7 +115,7 @@ benchmark bench UndecidableInstances ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-inferred-safe-imports -Wno-missing-safe-haskell-mode -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-prepositive-qualified-module -Wno-missing-kind-signatures -Wno-implicit-prelude -threaded "-with-rtsopts=-N -A64m -AL256m" build-depends: - base >=4.10 && <4.18 + base >=4.10 && <4.21 , process >=1.6.16 && <1.7 , servant-prometheus , servant-server