- full ruleset
This commit is contained in:
weiss
2020-04-10 10:11:45 +02:00
parent 3e8a95a6b1
commit 149e4173d0
4 changed files with 91 additions and 47 deletions

View File

@@ -3,7 +3,8 @@ Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "code_royal"
, dependencies = [ "arrays", "console", "effect", "integers", "math", "random" ]
, dependencies =
[ "arrays", "console", "effect", "integers", "js-date", "math", "random" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}