Package Details: elm-platform 0.19.0-1

Git Clone URL: https://aur.archlinux.org/elm-platform.git (read-only, click to copy)
Package Base: elm-platform
Description: Bundle of all core development tools for the Elm language.
Upstream URL: http://elm-lang.org
Keywords: elm language programming
Licenses: BSD3
Conflicts: elm-platform-bin, nodejs-elm
Submitter: Luchs
Maintainer: None
Last Packager: Luchs
Votes: 18
Popularity: 0.000000
First Submitted: 2015-11-20 13:48 (UTC)
Last Updated: 2018-08-21 18:55 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

GrayJack commented on 2019-12-29 12:44 (UTC)

Why the need specifically for stack-static and not stack?

sleeping commented on 2019-11-01 07:38 (UTC) (edited on 2019-11-01 07:46 (UTC) by sleeping)

==> WARNING: PACKAGER should have the format 'Example Name email@address.invalid'

Linking .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.0.1.0/build/elm/elm ... elm > copy/register Installing executable elm in /home/bart/.cache/yay/elm-platform/src/.stack-work/install/x86_64-linux-tinfo6/d12dee8e2bfeabfa94d76cd95863ce979742002c5d9981ca3512727c0c59a72e/8.2.2/bin Completed 79 action(s). stat: No such file or directory

alias-dev commented on 2019-10-23 16:34 (UTC)

Elm 0.19.1 has now been released: https://github.com/elm/compiler/releases/tag/0.19.1

Luchs commented on 2018-08-21 18:58 (UTC)

Thanks for the notification, I updated the package. I hope it builds fine for everyone :)

As always, I also uploaded the binary package to https://keybase.pub/luchs/archlinux/

aptinio commented on 2018-08-21 16:20 (UTC)

First of all, thanks for maintaining this!

Elm 0.19.0 just came out. https://github.com/elm/compiler/releases/tag/0.19.0

Luchs commented on 2018-07-11 19:22 (UTC)

Thanks, I updated the PKGBUILD with your suggestions.

pfrenssen commented on 2018-07-11 07:48 (UTC)

I really like the solution of @cippaciong to build in a local directory, and it also fixes the other problems reported here. However it wasn't creating the build folder in the right location for me and the symlink to it was broken. I fixed it by providing an absolute path to the build folder.

cippaciong commented on 2018-06-25 14:27 (UTC)

@Luchs: I adjusted the PKGBUILD in order to build ghc and elm in a clean, local .stack directory that is deleted at the end of each build. If you wanna check it out you can find it here https://gist.github.com/cippaciong/a0d8b30be91f26b1824cf07e47170da0

cippaciong commented on 2018-06-21 13:00 (UTC) (edited on 2018-06-21 13:07 (UTC) by cippaciong)

Hello, in the end I was able to build elm-platform along with stack-static 1.7.1-1 in a clean environment (Docker container). The steps to reproduce it should be:

  1. Fix the soft link as suggested by @wolfjb
  2. remove --install-ghc flag from stack build (not sure if necessary)
  3. rm -r $HOME/.stack
  4. makepkg

After the build I ran elm-repl inside the container with a minimal set of packages installed and noticed that nodejs seems to be a runtime dependency:

The REPL relies on node.js to execute JavaScript code outside the browser.I could not find executable 'node' or 'nodejs' on your computer though!

I think that nodejs should be added as a dependency or at least as an optional dependency.

Hope this helps :)

ptrxyz commented on 2018-06-11 12:00 (UTC)

It seems this package conflicts with 'elm-platform-bin'. Could you please add this to the PKGBUILD?