ry-blocks/spago.dhall
2020-10-11 17:19:54 +02:00

25 lines
474 B
Plaintext

{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "ry-blocks"
, dependencies =
[ "console"
, "effect"
, "heterogeneous"
, "interpolate"
, "psci-support"
, "react-basic-dom"
, "react-basic-emotion"
, "react-basic-hooks"
, "react-testing-library"
, "record-extra"
, "routing"
, "routing-duplex"
, "spec-discovery"
, "untagged-union"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}