Files
grokking_algorithms/01_introduction_to_algorithms/Purescript/spago.dhall
2020-07-31 06:58:43 +00:00

10 lines
292 B
Plaintext

{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "my-project"
, dependencies = [ "console", "effect", "psci-support", "arrays", "debug", "lists", "ordered-collections", "strings"]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}