Skip to content

Commit

Permalink
Generate spago-next configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelenya committed Jun 9, 2024
1 parent 1f5e18d commit 07353e9
Show file tree
Hide file tree
Showing 26 changed files with 53,952 additions and 0 deletions.
4,404 changes: 4,404 additions & 0 deletions exercises/chapter10/spago.lock

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions exercises/chapter10/spago.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
package:
dependencies:
- aff
- aff-promise
- argonaut
- argonaut-generic
- arrays
- bifunctors
- console
- control
- effect
- either
- exceptions
- foldable-traversable
- free
- functions
- maybe
- ordered-collections
- pairs
- prelude
- react-basic
- react-basic-dom
- react-basic-hooks
- strings
- test-unit
- tuples
- validation
- web-dom
- web-html
name: my-project
workspace:
extraPackages: {}
packageSet:
url: https://raw.githubusercontent.com/purescript/package-sets/psc-0.15.2-20220615/packages.json
Loading

0 comments on commit 07353e9

Please sign in to comment.