16 lines
261 B
Plaintext
16 lines
261 B
Plaintext
{-
|
|
Welcome to a Spago project!
|
|
You can edit this file as you like.
|
|
-}
|
|
{ name = "code_royal"
|
|
, dependencies =
|
|
[ "arrays"
|
|
, "console"
|
|
, "effect"
|
|
, "integers"
|
|
, "math"
|
|
]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
|
}
|