-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
5 lines (5 loc) · 3.01 KB
/
index.html
File metadata and controls
5 lines (5 loc) · 3.01 KB
1
2
3
4
5
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="css/stylesheet.css"/><title>ES modules for PureScript</title></head><body><main class="container"><nav><ul><li id="logo"><svg viewBox="0 0 435 232" xmlns="http://www.w3.org/2000/svg"><path d="m221.42 231.55-41.07-38.35H0l41.07 38.35h180.35ZM41.07 97.11 0 135.46h180.35l41.07-38.35H41.07ZM339.86 72.85l79.58 86.23h-52.62l-79.58-86.23h52.62ZM221.4 39.36 180.36 1H.01l41.06 38.36H221.4ZM428.96 38.38V0H286.7a19 19 0 0 0-13.54 5.63 19.04 19.04 0 0 0-5.63 13.54v18.46l161.43.75ZM434.03 212.75l.03-19.2-161.44.04v38.35h142.22a19.16 19.16 0 0 0 19.19-19.2" fill="currentColor"></path></svg></li></ul><ul><li><a href="https://github.com/orgs/working-group-purescript-es/projects/1" class="external-link">Project Board</a></li><li><a href="https://discord.gg/ubfQTsv8V8" class="external-link">Discord</a></li></ul></nav><h1>ES modules for PureScript</h1><section><h2 id="try-it-out"><a href="#try-it-out">Try it out</a></h2><ol><li><h5>Get the compiler</h5><a href="/#download-beta">Download a binary here</a></li><li><h5>Add a package set</h5><span>modify <code>packages.dhall</code> as follows:</span><pre><code>upstream =
https://raw.githubusercontent.com/working-group-purescript-es/package-sets/main/packages.dhall
</code></pre></li><li><h5>Give feedback!</h5>Report any issues/bugs here:<ul><li><a href="https://github.com/orgs/working-group-purescript-es/projects/1" class="external-link">Project Board</a></li><li><a href="https://discord.gg/ubfQTsv8V8" class="external-link">Discord</a></li></ul></li></ol></section><section><h2 id="download-beta"><a href="#download-beta">Download beta</a></h2><details open=""><summary><h4><u>Pre-built</u></h4></summary><table><thead><tr><th>Operating system</th><th>Processor</th><th>Link</th><th>Date</th></tr></thead><tbody><tr><td rowspan="2">Windows</td><td>AMD/Intel</td><td><a href="N/A">Download</a></td><td>-</td></tr><tr><td>ARM</td><td><a href="N/A">Download</a></td><td>-</td></tr><tr><td rowspan="2">Linux</td><td>x64</td><td><a href="https://github.com/working-group-purescript-es/purescript/releases/download/v0.15.0-alpha/purs-linux-amd64">Download</a></td><td>2021-01-17</td></tr><tr><td>arm64</td><td><a href="N/A">Download</a></td><td>-</td></tr><tr><td rowspan="2">macOS</td><td>Intel</td><td><a href="https://github.com/working-group-purescript-es/purescript/releases/download/v0.15.0-alpha/purs-mac-x86_64">Download</a></td><td>2021-01-17</td></tr><tr><td>Apple Silicon</td><td><a href="https://github.com/working-group-purescript-es/purescript/releases/download/v0.15.0-alpha/purs-mac-arm64">Download</a></td><td>2021-01-17</td></tr></tbody></table></details></section><section><h2 id="build-the-compiler-yourself"><a href="#build-the-compiler-yourself">Build the compiler yourself</a></h2><pre>git clone -b es-modules git@github.com:working-group-purescript-es/purescript.git purescript-es
cd purescript-es
stack install</pre></section></main></body></html>