diff --git a/code/hsec-sync/hsec-sync.cabal b/code/hsec-sync/hsec-sync.cabal index e0f7c98..401b793 100644 --- a/code/hsec-sync/hsec-sync.cabal +++ b/code/hsec-sync/hsec-sync.cabal @@ -30,25 +30,25 @@ library Security.Advisories.Sync.Url build-depends: - , base >=4.14 && <4.20 - , aeson >=2.0 && <2.3 - , bytestring >=0.10 && <0.13 - , directory >=1.3 && <1.4 - , either >=5.0 && <5.1 - , extra >=1.7 && <1.8 - , feed >=1.3 && <1.4 - , filepath >=1.4 && <1.5 - , hsec-core ^>= 0.2 - , http-client >=0.7.0 && <0.8 - , lens >=5.1 && <5.3 - , tar >=0.5 && <0.7 - , tar-conduit >=0.3 && <0.5 - , text >=1.2 && <3 - , time >=1.9 && <1.14 - , temporary ==1.* - , transformers >=0.5 && <0.7 - , wreq >=0.5 && <0.6 - , zlib >=0.6 && <0.8 + , aeson >=2.0 && <2.3 + , base >=4.14 && <4.20 + , bytestring >=0.10 && <0.13 + , directory >=1.3 && <1.4 + , either >=5.0 && <5.1 + , extra >=1.7 && <1.8 + , feed >=1.3 && <1.4 + , filepath >=1.4 && <1.5 + , hsec-core ^>=0.2 + , http-client >=0.7.0 && <0.8 + , lens >=5.1 && <5.3 + , tar >=0.5 && <0.7 + , tar-conduit >=0.3 && <0.5 + , temporary >=1 && <2 + , text >=1.2 && <3 + , time >=1.9 && <1.14 + , transformers >=0.5 && <0.7 + , wreq >=0.5 && <0.6 + , zlib >=0.6 && <0.8 hs-source-dirs: src default-language: Haskell2010 @@ -87,11 +87,11 @@ test-suite spec build-depends: , base <5 , directory - , hsec-sync , filepath + , hsec-sync , tasty <1.5 , tasty-hunit <0.11 - , temporary ==1.* + , temporary >=1 && <2 , text , time