Skip to content

Commit 0fadccf

Browse files
committed
Update dependency versions
1 parent c99ff4b commit 0fadccf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hw-xml.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ common attoparsec { build-depends: attoparsec >=
3131
common bytestring { build-depends: bytestring >= 0.10.8.2 && < 0.12 }
3232
common cereal { build-depends: cereal >= 0.5.8.1 && < 0.6 }
3333
common containers { build-depends: containers >= 0.5.10.2 && < 0.7 }
34-
common criterion { build-depends: criterion >= 1.5.5.0 && < 1.6 }
34+
common criterion { build-depends: criterion >= 1.5.5.0 && < 1.7 }
3535
common deepseq { build-depends: deepseq >= 1.4.3.0 && < 1.5 }
3636
common doctest { build-depends: doctest >= 0.16.2 && < 0.21 }
3737
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
3838
common generic-lens { build-depends: generic-lens >= 2.2 && < 2.3 }
39-
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.9 }
39+
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.10 }
4040
common hedgehog { build-depends: hedgehog >= 1.0 && < 1.2 }
41-
common hspec { build-depends: hspec >= 2.5 && < 3.0 }
41+
common hspec { build-depends: hspec >= 2.5 && < 3 }
4242
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.1 && < 0.5 }
4343
common hw-bits { build-depends: hw-bits >= 0.7.0.9 && < 0.8 }
4444
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 }
@@ -51,9 +51,9 @@ common mmap { build-depends: mmap >=
5151
common mtl { build-depends: mtl >= 2.2.2 && < 3 }
5252
common optparse-applicative { build-depends: optparse-applicative >= 0.15.1.0 && < 0.18 }
5353
common resourcet { build-depends: resourcet >= 1.2.2 && < 1.3 }
54-
common text { build-depends: text >= 1.2.3.2 && < 1.3 }
54+
common text { build-depends: text >= 1.2.3.2 && < 2 }
5555
common transformers { build-depends: transformers >= 0.5 && < 0.7 }
56-
common vector { build-depends: vector >= 0.12.0.3 && < 0.13 }
56+
common vector { build-depends: vector >= 0.12.0.3 && < 0.14 }
5757
common word8 { build-depends: word8 >= 0.1.3 && < 0.2 }
5858

5959
common config

0 commit comments

Comments
 (0)