From 01ac1c3664b23eaa21f8096358017c8322c204a3 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Sat, 12 Dec 2020 12:36:24 +0100 Subject: [PATCH] Add quickcheck and quickcheck-laws to these dependencies --- src/groups/purescript-contrib.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/groups/purescript-contrib.dhall b/src/groups/purescript-contrib.dhall index 8e922d1a..bb3453bf 100644 --- a/src/groups/purescript-contrib.dhall +++ b/src/groups/purescript-contrib.dhall @@ -234,7 +234,7 @@ , version = "main" } , these = - { dependencies = [ "arrays", "gen", "lists", "tuples" ] + { dependencies = [ "arrays", "gen", "lists", "quickcheck", "quickcheck-laws", "tuples" ] , repo = "https://github.com/purescript-contrib/purescript-these.git" , version = "main" }