diff --git a/rollbar-hs.cabal b/rollbar-hs.cabal index 6900dcc..a5a2511 100644 --- a/rollbar-hs.cabal +++ b/rollbar-hs.cabal @@ -50,17 +50,17 @@ library hs-source-dirs: src build-depends: - aeson >=1.0 && <1.5 + aeson >=1.0 && <1.6 , base >=4.9 && <5 , bytestring >=0.10 && <0.11 , case-insensitive >=1.2 && <1.3 , hostname >=1.0 && <1.1 - , http-client >=0.5 && <0.6 + , http-client >=0.5 && <0.7 , http-conduit >=2.2 && <2.4 , http-types >=0.9 && <0.13 - , network >=2.6 && <2.9 + , network >=2.6 && <3.2 , text >=1.2 && <1.3 - , time >=1.6 && <1.9 + , time >=1.6 && <1.10 , unordered-containers >=0.2 && <0.3 , uuid >=1.3 && <1.4 default-language: Haskell2010