From 75a3b45d4001c7548a53bde5b2c7d8108f7d4db9 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sun, 10 Jan 2021 22:56:39 +0000 Subject: [PATCH] Allows tasty-1.4 --- tasty-lua.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasty-lua.cabal b/tasty-lua.cabal index 7151467..5c7accb 100644 --- a/tasty-lua.cabal +++ b/tasty-lua.cabal @@ -31,7 +31,7 @@ library , bytestring >= 0.10.2 && < 0.11 , file-embed >= 0.0 && < 0.1 , hslua >= 1.0.3 && < 1.4 - , tasty >= 1.2 && < 1.4 + , tasty >= 1.2 && < 1.5 , text >= 1.0 && < 1.3 exposed-modules: Test.Tasty.Lua , Test.Tasty.Lua.Core