@@ -31,14 +31,14 @@ common attoparsec { build-depends: attoparsec >=
31
31
common bytestring { build-depends : bytestring >= 0.10.8.2 && < 0.12 }
32
32
common cereal { build-depends : cereal >= 0.5.8.1 && < 0.6 }
33
33
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 }
35
35
common deepseq { build-depends : deepseq >= 1.4.3.0 && < 1.5 }
36
36
common doctest { build-depends : doctest >= 0.16.2 && < 0.21 }
37
37
common doctest-discover { build-depends : doctest-discover >= 0.2 && < 0.3 }
38
38
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 }
40
40
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 }
42
42
common hw-balancedparens { build-depends : hw-balancedparens >= 0.3.0.1 && < 0.5 }
43
43
common hw-bits { build-depends : hw-bits >= 0.7.0.9 && < 0.8 }
44
44
common hw-hspec-hedgehog { build-depends : hw-hspec-hedgehog >= 0.1 && < 0.2 }
@@ -51,9 +51,9 @@ common mmap { build-depends: mmap >=
51
51
common mtl { build-depends : mtl >= 2.2.2 && < 3 }
52
52
common optparse-applicative { build-depends : optparse-applicative >= 0.15.1.0 && < 0.18 }
53
53
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 }
55
55
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 }
57
57
common word8 { build-depends : word8 >= 0.1.3 && < 0.2 }
58
58
59
59
common config
0 commit comments