ry-blocks/spago.dhall
2020-12-24 10:50:57 +01:00

27 lines
505 B
Plaintext

{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "ry-blocks"
, dependencies =
[ "console"
, "debug"
, "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"
, "web-uievents"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}