File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ library
170
170
, bytestring >= 0.10.4.0 && < 0.12
171
171
, containers >= 0.5.5.1 && < 0.7
172
172
, deepseq >= 1.3.0.2 && < 1.5
173
- , mtl >= 2.1.3.1 && < 2.2 || >= 2.2.1 && < 2.3
173
+ , mtl >= 2.1.3.1 && < 2.2 || >= 2.2.1 && < 2.4
174
174
, text >= 1.2.0.6 && < 2.1
175
175
, time-compat >= 1.9.2.2 && < 1.10
176
- , transformers >= 0.3.0.0 && < 0.6
176
+ , transformers >= 0.3.0.0 && < 0.7
177
177
178
178
-- other packages
179
179
build-depends :
@@ -216,7 +216,7 @@ test-suite github-test
216
216
hs-source-dirs : spec
217
217
main-is : Spec.hs
218
218
ghc-options : -Wall -threaded
219
- build-tool-depends : hspec-discover :hspec-discover >= 2.7.1 && < 2.10
219
+ build-tool-depends : hspec-discover :hspec-discover >= 2.7.1 && < 2.11
220
220
other-extensions : TemplateHaskell
221
221
other-modules :
222
222
GitHub.ActivitySpec
@@ -241,7 +241,7 @@ test-suite github-test
241
241
, bytestring
242
242
, file-embed
243
243
, github
244
- , hspec >= 2.6.1 && < 2.10
244
+ , hspec >= 2.6.1 && < 2.11
245
245
, tagged
246
246
, text
247
247
, unordered-containers
You can’t perform that action at this time.
0 commit comments