mirror of
https://github.com/rowtype-yoga/psfp.git
synced 2024-11-09 21:44:17 +03:00
29 lines
543 B
Plaintext
29 lines
543 B
Plaintext
{-
|
|
Welcome to a Spago project!
|
|
You can edit this file as you like.
|
|
-}
|
|
{ name = "my-project"
|
|
, dependencies =
|
|
[ "console"
|
|
, "css"
|
|
, "debug"
|
|
, "effect"
|
|
, "interpolate"
|
|
, "justifill"
|
|
, "matryoshka"
|
|
, "milkis"
|
|
, "oneof"
|
|
, "psci-support"
|
|
, "pseudo-random"
|
|
, "react-basic"
|
|
, "react-basic-hooks"
|
|
, "react-testing-library"
|
|
, "record-extra"
|
|
, "spec-discovery"
|
|
, "string-parsers"
|
|
, "web-html"
|
|
]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
|
}
|