https://github.com/chrisdone-archive/purify
Reproducible builds for PureScript
https://github.com/chrisdone-archive/purify
Last synced: about 1 month ago
JSON representation
Reproducible builds for PureScript
- Host: GitHub
- URL: https://github.com/chrisdone-archive/purify
- Owner: chrisdone-archive
- License: other
- Archived: true
- Created: 2016-10-27T16:07:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T09:25:32.000Z (over 6 years ago)
- Last Synced: 2025-03-08T03:27:02.339Z (about 2 months ago)
- Language: Haskell
- Homepage:
- Size: 26.4 KB
- Stars: 73
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - Purify
README
# DEPRECATED :warning:
See [psc-package](https://github.com/purescript/psc-package) which provides the same functionality and is updated regularly.
-----
# purify
Reproducible builds for PureScript, inspired by Haskell's `stack` tool
See [purify-template](https://github.com/chrisdone/purify-template)
for a template repo that you can clone and build in 5 minutes.See [purify-sets](https://github.com/chrisdone/purify-sets)
for sets of packages that are known to build together.## Commands
* `purify build` - Build the current project.
* `purify ide` - Launch the PureScript IDE server (for Emacs integration).See examples of these commands at [purify-template](https://github.com/chrisdone/purify-template).