Skip to content

Commit c2d22e8

Browse files
authored
Allow tasty-hspec 1.2 (#2202)
1 parent 68da434 commit c2d22e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall-lsp-server/dhall-lsp-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Test-Suite tests
107107
hspec >= 2.7 && < 2.9 ,
108108
lsp-test >= 0.9 && < 0.13 ,
109109
tasty >= 0.11.2 && < 1.5 ,
110-
tasty-hspec >= 1.1 && < 1.2 ,
110+
tasty-hspec >= 1.1 && < 1.3 ,
111111
text >= 0.11 && < 1.3
112112
Build-Tool-Depends: dhall-lsp-server:dhall-lsp-server
113113
Default-Language: Haskell2010

0 commit comments

Comments
 (0)