File tree Expand file tree Collapse file tree 6 files changed +12
-13
lines changed Expand file tree Collapse file tree 6 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ test-suite spec
103
103
-- Additional dependencies
104
104
build-depends :
105
105
deepseq >= 1.4.2.0 && < 1.5
106
- , hspec >= 2.6.0 && < 2.8
106
+ , hspec >= 2.6.0 && < 2.9
107
107
, QuickCheck >= 2.12.6.1 && < 2.15
108
108
109
109
build-tool-depends :
110
- hspec-discover :hspec-discover >= 2.6.0 && < 2.8
110
+ hspec-discover :hspec-discover >= 2.6.0 && < 2.9
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ test-suite spec
119
119
-- Additional dependencies
120
120
build-depends :
121
121
entropy >= 0.4.1.3 && < 0.5
122
- , hspec >= 2.6.0 && < 2.8
122
+ , hspec >= 2.6.0 && < 2.9
123
123
, HUnit >= 1.6.0.0 && < 1.7
124
124
, network >= 2.8.0.0 && < 3.2
125
125
, QuickCheck >= 2.12.6.1 && < 2.15
@@ -128,7 +128,7 @@ test-suite spec
128
128
, tdigest >= 0.2 && < 0.3
129
129
130
130
build-tool-depends :
131
- hspec-discover :hspec-discover >= 2.6.0 && < 2.8
131
+ hspec-discover :hspec-discover >= 2.6.0 && < 2.9
132
132
133
133
test-suite readme
134
134
type : exitcode-stdio-1.0
Original file line number Diff line number Diff line change @@ -74,8 +74,7 @@ test-suite spec
74
74
75
75
-- Additional dependencies
76
76
build-depends :
77
- hspec >= 2.6.0 && < 2.8
78
-
77
+ hspec >= 2.6.0 && < 2.9
79
78
build-tool-depends :
80
- hspec-discover :hspec-discover >= 2.6.0 && < 2.8
79
+ hspec-discover :hspec-discover >= 2.6.0 && < 2.9
81
80
default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ test-suite spec
112
112
-- Additional dependencies
113
113
build-depends :
114
114
entropy >= 0.4.1.3 && < 0.5
115
- , hspec >= 2.6.0 && < 2.8
115
+ , hspec >= 2.6.0 && < 2.9
116
116
, HUnit >= 1.6.0.0 && < 1.7
117
117
, network >= 2.8.0.0 && < 3.2
118
118
, QuickCheck >= 2.12.6.1 && < 2.15
@@ -121,7 +121,7 @@ test-suite spec
121
121
, tdigest >= 0.2 && < 0.3
122
122
123
123
build-tool-depends :
124
- hspec-discover :hspec-discover >= 2.6.0 && < 2.8
124
+ hspec-discover :hspec-discover >= 2.6.0 && < 2.9
125
125
126
126
test-suite readme
127
127
type : exitcode-stdio-1.0
Original file line number Diff line number Diff line change @@ -157,12 +157,12 @@ test-suite spec
157
157
build-depends :
158
158
aeson >= 1.4.1.0 && < 1.6
159
159
, directory >= 1.3.0.0 && < 1.4
160
- , hspec >= 2.6.0 && < 2.8
160
+ , hspec >= 2.6.0 && < 2.9
161
161
, hspec-wai >= 0.10.1 && < 0.12
162
162
, QuickCheck >= 2.12.6.1 && < 2.15
163
163
, should-not-typecheck >= 2.1.0 && < 2.2
164
164
, temporary >= 1.3 && < 1.4
165
165
, wai-extra >= 3.0.24.3 && < 3.2
166
166
167
167
build-tool-depends :
168
- hspec-discover :hspec-discover >= 2.6.0 && < 2.8
168
+ hspec-discover :hspec-discover >= 2.6.0 && < 2.9
Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ test-suite spec
163
163
164
164
-- Additional dependencies
165
165
build-depends :
166
- hspec >= 2.6.0 && < 2.8
166
+ hspec >= 2.6.0 && < 2.9
167
167
, QuickCheck >= 2.12.6.1 && < 2.15
168
168
, quickcheck-instances >= 0.3.19 && < 0.4
169
169
170
170
build-tool-depends :
171
- hspec-discover :hspec-discover >= 2.6.0 && < 2.8
171
+ hspec-discover :hspec-discover >= 2.6.0 && < 2.9
You can’t perform that action at this time.
0 commit comments