Files
codingame/vindinium_purs/spago.dhall
2020-04-19 05:44:41 +02:00

19 lines
332 B
Plaintext

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