Skip to content

Commit 9aa9839

Browse files
committed
Relax upper bounds: hspec(-discover), mtl, transformers
1 parent d9ac0c7 commit 9aa9839

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

github.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ library
170170
, bytestring >=0.10.4.0 && <0.12
171171
, containers >=0.5.5.1 && <0.7
172172
, 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
174174
, text >=1.2.0.6 && <2.1
175175
, time-compat >=1.9.2.2 && <1.10
176-
, transformers >=0.3.0.0 && <0.6
176+
, transformers >=0.3.0.0 && <0.7
177177

178178
-- other packages
179179
build-depends:
@@ -216,7 +216,7 @@ test-suite github-test
216216
hs-source-dirs: spec
217217
main-is: Spec.hs
218218
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
220220
other-extensions: TemplateHaskell
221221
other-modules:
222222
GitHub.ActivitySpec
@@ -241,7 +241,7 @@ test-suite github-test
241241
, bytestring
242242
, file-embed
243243
, github
244-
, hspec >=2.6.1 && <2.10
244+
, hspec >=2.6.1 && <2.11
245245
, tagged
246246
, text
247247
, unordered-containers

0 commit comments

Comments
 (0)