@@ -35,7 +35,7 @@ library
35
35
36
36
build-depends :
37
37
base >= 4.12 && <= 5.0
38
- , bytestring >= 0.10.6.0 && < 0.12 .0
38
+ , bytestring >= 0.10.6.0 && < 0.13 .0
39
39
, cereal >= 0.5.1 && < 0.6
40
40
, containers >= 0.5 && < 0.7
41
41
, deepseq >= 1.4 && < 1.6
@@ -44,9 +44,9 @@ library
44
44
, primitive >= 0.6.4 && < 0.9
45
45
, safe == 0.3. *
46
46
, template-haskell >= 2.15.0 && < 2.22
47
- , text >= 0.2 && < 2.1
47
+ , text >= 0.2 && < 2.2
48
48
, text-short == 0.1. *
49
- , transformers >= 0.5.6.2 && < 0.6
49
+ , transformers >= 0.5.6.2 && < 0.7
50
50
, unordered-containers >= 0.1.0.0 && < 0.3
51
51
, vector >= 0.12.0.2 && < 0.14
52
52
, QuickCheck >= 2.8 && < 3.0
@@ -75,17 +75,17 @@ test-suite tests
75
75
76
76
build-depends :
77
77
base >= 4.9 && <= 5.0
78
- , bytestring >= 0.10.6.0 && < 0.12 .0
78
+ , bytestring >= 0.10.6.0 && < 0.13 .0
79
79
, cereal >= 0.5.1 && < 0.6
80
- , doctest >= 0.7.0 && < 0.21 .0
80
+ , doctest >= 0.7.0 && < 0.23 .0
81
81
, proto3-wire
82
82
, QuickCheck >= 2.8 && < 3.0
83
- , tasty >= 0.11 && < 1.5
83
+ , tasty >= 0.11 && < 1.6
84
84
, tasty-hunit >= 0.9 && < 0.11
85
85
, tasty-quickcheck >= 0.8.4 && < 0.11
86
- , text >= 0.2 && < 2.1
86
+ , text >= 0.2 && < 2.2
87
87
, text-short == 0.1. *
88
- , transformers >= 0.5.6.2 && < 0.6
88
+ , transformers >= 0.5.6.2 && < 0.7
89
89
, vector >= 0.12.0.2 && < 0.14
90
90
91
91
benchmark bench
0 commit comments