Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Sep 17, 2023
1 parent c9afcc1 commit 8374b0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ let config = ./spago.dhall

let thisConfig =
{ dependencies =
[ "node-child-process", "node-process", "profunctor-lenses", "spec" ]
[ "console"
, "node-child-process"
, "node-process"
, "profunctor-lenses"
, "spec"
]
, sources = [ "test/**/*.purs" ]
}

Expand Down

0 comments on commit 8374b0b

Please sign in to comment.