Skip to content

Commit f5bc2b0

Browse files
committed
Initial commit
0 parents  commit f5bc2b0

7 files changed

+755
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
elm binary
2+
elm-format binary
3+
*.tar.gz binary

README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Unofficial Elm for Raspberry Pi
2+
3+
**Built on Raspberry Pi 4 Model B with Raspbian GNU/Linux 10 (32 bits).**
4+
5+
**Tested on:**
6+
* Raspberry Pi 4 Raspbian GNU/Linux 10.
7+
8+
*Please report any success or failure on others ARM platforms.*
9+
10+
# Installation
11+
## Last version
12+
**elm** + **elm-format** (currently elm 0.19.1 and elm-format 0.8.2):
13+
```
14+
curl -L https://github.com/dmy/elm-raspberry-pi/raw/master/elm.tar.gz | sudo tar zxC /usr/local/bin
15+
```
16+
17+
## Specific versions
18+
See [Releases](https://github.com/dmy/elm-raspberry-pi/releases/).
19+
20+
# Known issues
21+
* Because [SMP is disabled by mistake on ARMv7](https://gitlab.haskell.org/ghc/ghc/issues/13007), the compiler will use a single core.
22+
23+
# Support
24+
As these binaries are unofficial, please always confirm an Elm bug on a platform officially supported before opening an issue at https://github.com/elm.
25+
26+
If you are not sure or if the bug is specific to ARM, report it here instead.
27+
28+
# Building from source
29+
- Clone the official `elm` or `elm-format` repository
30+
- Checkout the version tag
31+
- Apply the patches included in this repository using `git am`
32+
- `cabal new-update`
33+
- `cabal new-configure --ghc-option=-split-sections`
34+
- `cabal new-build`

elm-0.19.1.tar.gz

4.14 MB
Binary file not shown.

elm-format-0.8.2.tar.gz

1.49 MB
Binary file not shown.

elm.tar.gz

5.63 MB
Binary file not shown.

0 commit comments

Comments
 (0)