Skip to content

Commit

Permalink
Allow newer tasty
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Jan 4, 2025
1 parent 2df9252 commit 6094ba4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions deca.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ test-suite test-library
{{name}},
QuickCheck,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th
```
Expand Down Expand Up @@ -894,7 +894,7 @@ test-suite test-library
{{name}},
QuickCheck,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th

2 changes: 1 addition & 1 deletion projects/deca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ test-suite test-library
{{name}},
QuickCheck,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th
```
Expand Down
2 changes: 1 addition & 1 deletion projects/deca/{{name}}.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ test-suite test-library
{{name}},
QuickCheck,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th
2 changes: 1 addition & 1 deletion projects/simple-nix/{{name}}.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ test-suite test-library
QuickCheck,
clash-prelude-hedgehog,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th
2 changes: 1 addition & 1 deletion projects/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ test-suite test-library
{{name}},
QuickCheck,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th
```
Expand Down
2 changes: 1 addition & 1 deletion projects/simple/{{name}}.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ test-suite test-library
QuickCheck,
clash-prelude-hedgehog,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th
2 changes: 1 addition & 1 deletion simple-nix.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ test-suite test-library
QuickCheck,
clash-prelude-hedgehog,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th

4 changes: 2 additions & 2 deletions simple.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ test-suite test-library
{{name}},
QuickCheck,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th
```
Expand Down Expand Up @@ -699,7 +699,7 @@ test-suite test-library
QuickCheck,
clash-prelude-hedgehog,
hedgehog,
tasty >= 1.2 && < 1.5,
tasty >= 1.2 && < 1.6,
tasty-hedgehog,
tasty-th

0 comments on commit 6094ba4

Please sign in to comment.