Skip to content

Commit c5545f4

Browse files
committed
deps: bump crypton, megaparsec, network, unix, hedgehog, hspec-hedgehog
Bump dependencies to latest compatible versions: - crypton ^>=1.0.0 → ^>=1.1 (required by tls 2.x) - megaparsec ^>=9.4 || ^>=9.6 → add ^>=9.7 - unix ^>=2.7.2.2 → ^>=2.8 - hedgehog ^>=1.4 → ^>=1.7 - hspec-hedgehog ^>=0.1 → ^>=0.3 Also revert containers to ^>=0.6.8 (blocked by codec-rpm constraint).
1 parent 9189b33 commit c5545f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

spectrometer.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ common deps
102102
, conduit ^>=1.3.2
103103
, conduit-extra ^>=1.3.5
104104
, conduit-zstd ^>=0.0.2.0
105-
, containers ^>=0.8
105+
, containers ^>=0.6.8
106106
, cpio-conduit ^>=0.7.0
107107
, crypton ^>=1.1
108108
, crypton-connection ^>=0.4.1
@@ -127,7 +127,7 @@ common deps
127127
, http-types ^>=0.12.3
128128
, lzma ^>=0.0.1.0
129129
, lzma-conduit ^>=1.2.1
130-
, megaparsec ^>=9.4 || ^>=9.6
130+
, megaparsec ^>=9.4 || ^>=9.6 || ^>=9.7
131131
, modern-uri ^>=0.3.6
132132
, mtl ^>=2.2 || ^>=2.3
133133
, network ^>=3.2
@@ -173,7 +173,7 @@ common deps
173173

174174
if !os(windows)
175175
-- included with GHC, consider upgrading this as part of a ghc upgrade
176-
build-depends: unix ^>=2.7.2.2
176+
build-depends: unix ^>=2.8
177177

178178
library
179179
import: lang
@@ -746,10 +746,10 @@ test-suite unit-tests
746746

747747
build-tool-depends: hspec-discover:hspec-discover ^>=2.10.0.1
748748
build-depends:
749-
, hedgehog ^>=1.4
749+
, hedgehog ^>=1.7
750750
, hspec ^>=2.11
751751
, hspec-core ^>=2.11
752-
, hspec-hedgehog ^>=0.1
752+
, hspec-hedgehog ^>=0.3
753753
, hspec-megaparsec ^>=2.2
754754
, HUnit ^>=1.6.0
755755
, spectrometer
@@ -790,7 +790,7 @@ test-suite integration-tests
790790

791791
build-tool-depends: hspec-discover:hspec-discover ^>=2.10.0.1
792792
build-depends:
793-
, hedgehog ^>=1.4
793+
, hedgehog ^>=1.7
794794
, hspec ^>=2.11
795795
, req-conduit ^>=1.0.1
796796
, spectrometer

0 commit comments

Comments
 (0)