Push state example is now in its own directory.
parent
2d2d926416
commit
38412f8bdf
|
@ -1,5 +1,5 @@
|
||||||
.spago/
|
*/.spago/
|
||||||
app/index.js
|
*/app/index.js
|
||||||
node_modules/
|
*/node_modules/
|
||||||
output/
|
*/output/
|
||||||
package-lock.json
|
*/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