From bee52c79df9970569c0c147492ef7a1692284acf Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Thu, 14 Sep 2023 09:03:50 +0200 Subject: [PATCH] v0.2.0.0-r13: allow tasty-1.5 --- netrc.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netrc.cabal b/netrc.cabal index f0eff6a..93064b1 100644 --- a/netrc.cabal +++ b/netrc.cabal @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: netrc version: 0.2.0.0 -x-revision: 12 +x-revision: 13 synopsis: Parser for .netrc files homepage: https://github.com/haskell-hvr/netrc bug-reports: https://github.com/haskell-hvr/netrc/issues @@ -86,7 +86,7 @@ test-suite test-netrc netrc , base , bytestring - , tasty >= 0.10 && < 1.5 + , tasty >= 0.10 && < 1.6 , tasty-golden == 2.3.* , tasty-quickcheck >= 0.8.1 && < 0.11