Skip to content

Commit

Permalink
Use Spago from overlay, Spago 0.21.1 is broken
Browse files Browse the repository at this point in the history
It fails to download dependencies when you don't already have them. The
newer Spago version is much slower at downloading dependencies, but at
least it does work.
  • Loading branch information
ruuda committed Sep 8, 2024
1 parent 9beeea5 commit 81806e3
Show file tree
Hide file tree
Showing 8 changed files with 6,972 additions and 39 deletions.
10 changes: 10 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/bower_components/
/node_modules/
/.pulp-cache/
/output/
/generated-docs/
/.psc-package/
/.psc*
/.purs*
/.psa*
/.spago
4 changes: 2 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output/app.js: output/Main/index.js
spago bundle-app --minify --to output/app.js
spago bundle --minify --outfile output/app.js

output/Main/index.js: src/*.purs src/*.js spago.dhall packages.dhall
output/Main/index.js: src/*.purs src/*.js spago.lock spago.yaml
spago build
5 changes: 0 additions & 5 deletions app/packages.dhall

This file was deleted.

29 changes: 0 additions & 29 deletions app/spago.dhall

This file was deleted.

Loading

0 comments on commit 81806e3

Please sign in to comment.