Skip to content

Commit

Permalink
Update dhall files
Browse files Browse the repository at this point in the history
  • Loading branch information
nwolverson committed Oct 12, 2021
1 parent 913661b commit 164aa3c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "erl-process"
, dependencies = [ "effect", "either", "foreign", "prelude" ]
, dependencies =
[ "datetime"
, "effect"
, "either"
, "foreign"
, "integers"
, "prelude"
, "unsafe-coerce"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
, backend = "purerl"
Expand Down

0 comments on commit 164aa3c

Please sign in to comment.