Skip to content

Commit c8f662d

Browse files
committed
Add missing test dependency.
1 parent 692e550 commit c8f662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ let conf = ./spago.dhall
22

33
in conf // {
44
sources = conf.sources # ["test/**/*.purs"],
5-
dependencies = conf.dependencies # ["aff", "control", "exceptions", "partial"]
5+
dependencies = conf.dependencies # ["aff", "assert", "control", "exceptions", "partial"]
66
}

0 commit comments

Comments
 (0)