Skip to content

Commit bee52c7

Browse files
committed
v0.2.0.0-r13: allow tasty-1.5
1 parent 2c34bd2 commit bee52c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netrc.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: >=1.10
22
name: netrc
33
version: 0.2.0.0
4-
x-revision: 12
4+
x-revision: 13
55
synopsis: Parser for .netrc files
66
homepage: https://github.com/haskell-hvr/netrc
77
bug-reports: https://github.com/haskell-hvr/netrc/issues
@@ -86,7 +86,7 @@ test-suite test-netrc
8686
netrc
8787
, base
8888
, bytestring
89-
, tasty >= 0.10 && < 1.5
89+
, tasty >= 0.10 && < 1.6
9090
, tasty-golden == 2.3.*
9191
, tasty-quickcheck >= 0.8.1 && < 0.11
9292

0 commit comments

Comments
 (0)