Skip to content

Commit

Permalink
Unhack the HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Sep 21, 2022
1 parent c20b82d commit 54e4c30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ duplicateFlaggedDependencies name =
mkTest pkgs name ["A"] $ solverSuccess [("A", 1), ("B", 1)]
where
copies, depth :: Int
copies = 2
depth = 2
copies = 15
depth = 15

pkgs :: ExampleDb
pkgs = [
Expand Down

0 comments on commit 54e4c30

Please sign in to comment.