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