Push state example is now in its own directory.
parent
2d2d926416
commit
38412f8bdf
|
@ -1,5 +1,5 @@
|
|||
.spago/
|
||||
app/index.js
|
||||
node_modules/
|
||||
output/
|
||||
package-lock.json
|
||||
*/.spago/
|
||||
*/app/index.js
|
||||
*/node_modules/
|
||||
*/output/
|
||||
*/package-lock.json
|
||||
|
|
27
spago.dhall
27
spago.dhall
|
@ -1,27 +0,0 @@
|
|||
{ name = "halogen-project"
|
||||
, dependencies =
|
||||
[ "aff"
|
||||
, "arrays"
|
||||
, "bifunctors"
|
||||
, "const"
|
||||
, "control"
|
||||
, "effect"
|
||||
, "either"
|
||||
, "foreign"
|
||||
, "halogen"
|
||||
, "halogen-store"
|
||||
, "maybe"
|
||||
, "prelude"
|
||||
, "routing"
|
||||
, "routing-duplex"
|
||||
, "strings"
|
||||
, "tailrec"
|
||||
, "transformers"
|
||||
, "web-dom"
|
||||
, "web-events"
|
||||
, "web-html"
|
||||
, "web-uievents"
|
||||
]
|
||||
, packages = ./packages.dhall
|
||||
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
||||
}
|
Loading…
Reference in New Issue