Commit Graph

12 Commits

Author SHA1 Message Date
sigma-andex
e914bbd998 Migrate to record studio 2022-11-19 08:52:47 -03:00
sigma-andex
79e88a71e1 First working version supporting node middlewares 2022-08-25 12:02:28 +01:00
sigma-andex
6a3d7ac2e7
Fix unused dependencies 2022-06-19 10:38:46 +01:00
sigma-andex
a7e1f4e309 Add json request parsing
- Use json drivers to support different json libraries like argonaut or
  yoga-json
- Use continuations to simplify parsing and short-circuit bad requests
2022-06-05 20:53:52 +01:00
sigma-andex
e2426daa9d
Fix package meta info 2022-05-22 19:37:14 +01:00
sigma-andex
345675d5bd Make settings optional
- Add default onStarted and closingHandler
- Use justifill to easily add options
- Remove multiple serve options
2022-05-22 17:37:42 +01:00
sigma-andex
dc245bbfc7 Update packages and spago files 2022-05-22 12:34:27 +01:00
Thomas Honeyman
42bf4475e0
Update for PureScript 0.15 (#194)
* Update shell and packages

* Fix code for 0.15

* Fix tests

* Format

* Add check-pulp command

* Generate bowerfile

* Add check-pulp to CI

* Add nixfmt to formatting

* Fixup test helpers

* Take 2

* PR comments (#1)

* Nix cleanup from PR

* Use arrows functions

* Remove unnecessary step

Co-authored-by: Connor Prussin <connor@prussin.net>
2022-05-04 14:02:29 -07:00
Connor Prussin
beb4621f4b
Update project setup (#183)
* Update project setup to use spago.

* Add license and repo info to spago.dhall

* Fix check.yaml

* Remove unused dependencies

* Remove --no-install from checks.yaml

* Minor cleanup

* Readd nix checks

* Migrate everything to spago & remove Makefile

* Split nix environment install from build in workflow

* Fix NIX_PATH

* Make build step of workflow build everything

* Fix github action

Co-authored-by: sigma-andex <sigma.andex@pm.me>
2021-11-12 23:46:59 -08:00
Connor Prussin
c913cca696
Modernize tooling & fix CI (#168)
* Modernize tooling & fix CI

- Remove old spago & psc-package files
- Update dependencies
- Move to github actions instead of travis CI
- Use purescript 0.14.0 in nix-shell

* Re-add all referenced dependencies to bower file

* Build in a separate action step
2021-03-20 15:44:36 -07:00
Victor Peter Rouven Müller
ab8c1fe88c
Update to purescript 0.14 (#167) 2021-03-03 11:16:22 -08:00
Drew Olson
91224a955f
Add spago configuration (#152) 2020-02-24 17:20:40 -08:00