From 0fadccf6e49b1ded68e435c7cf1fb535ba9a99dc Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 15 Aug 2022 14:38:11 +1000 Subject: [PATCH] Update dependency versions --- hw-xml.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw-xml.cabal b/hw-xml.cabal index 9b22043..522cef1 100644 --- a/hw-xml.cabal +++ b/hw-xml.cabal @@ -31,14 +31,14 @@ common attoparsec { build-depends: attoparsec >= common bytestring { build-depends: bytestring >= 0.10.8.2 && < 0.12 } common cereal { build-depends: cereal >= 0.5.8.1 && < 0.6 } common containers { build-depends: containers >= 0.5.10.2 && < 0.7 } -common criterion { build-depends: criterion >= 1.5.5.0 && < 1.6 } +common criterion { build-depends: criterion >= 1.5.5.0 && < 1.7 } common deepseq { build-depends: deepseq >= 1.4.3.0 && < 1.5 } common doctest { build-depends: doctest >= 0.16.2 && < 0.21 } common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } common generic-lens { build-depends: generic-lens >= 2.2 && < 2.3 } -common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.9 } +common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.10 } common hedgehog { build-depends: hedgehog >= 1.0 && < 1.2 } -common hspec { build-depends: hspec >= 2.5 && < 3.0 } +common hspec { build-depends: hspec >= 2.5 && < 3 } common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.1 && < 0.5 } common hw-bits { build-depends: hw-bits >= 0.7.0.9 && < 0.8 } common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 } @@ -51,9 +51,9 @@ common mmap { build-depends: mmap >= common mtl { build-depends: mtl >= 2.2.2 && < 3 } common optparse-applicative { build-depends: optparse-applicative >= 0.15.1.0 && < 0.18 } common resourcet { build-depends: resourcet >= 1.2.2 && < 1.3 } -common text { build-depends: text >= 1.2.3.2 && < 1.3 } +common text { build-depends: text >= 1.2.3.2 && < 2 } common transformers { build-depends: transformers >= 0.5 && < 0.7 } -common vector { build-depends: vector >= 0.12.0.3 && < 0.13 } +common vector { build-depends: vector >= 0.12.0.3 && < 0.14 } common word8 { build-depends: word8 >= 0.1.3 && < 0.2 } common config