Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lamdu/nodejs-exec

NodeJS embedded in a Haskell cabal package
https://github.com/lamdu/nodejs-exec

Remove stale nix section of stack.yaml

b42c7880973a6eed67dffcfb6641e84de07612f2 authored over 5 years ago by Eyal Lotem <[email protected]>
Remove dependency on 'which' for nix

* add set -eu to detect failures in the bash script

1cbc71544fa39d8eeb2f477701715a8a3a6e8a49 authored over 5 years ago by Eyal Lotem <[email protected]>
nodejs-0.2.0.0 - no upper version restriction on node

44d5b7b58801481638520f52d23fb3c95c2428f0 authored over 5 years ago by Eyal Lotem <[email protected]>
Log when using prebuilt node from bin/node.exe

32ea2ba43c952268ab47fbc5abe9c704bb109d0a authored over 5 years ago by Eyal Lotem <[email protected]>
Use latest 6.x NodeJS source

An attempt to fix https://github.com/lamdu/lamdu/issues/104

Looks like the problems there might...

6a8b5c7897b822f523414fe2c0e666ecb8d4ab4b authored about 6 years ago by Yair Chuchem <[email protected]>
attempt to fix cross-platform with windows support

3635e2f4270bd5325fbada17af95f46fcde641cf authored over 6 years ago by Yair Chuchem <[email protected]>
Windows support

07fe4e03d0411d077873109c0870454e764a38e2 authored over 6 years ago by Eyal Lotem <[email protected]>
stack.yaml: lts-12.0

01b92fd8175cad99151152117972e1785d165e0f authored over 6 years ago by Eyal Lotem <[email protected]>
Fix for Windows exe suffixes

860ec17519710603c94b921ca00e4d7e1cdea4b8 authored over 6 years ago by Eyal Lotem <[email protected]>
build_node.sh: Allow spaces in installed node location

* In Windows installs, typical that file names include
spaces ("C:\Program Files\...")

842a8ebc965406f6b9ac93546c988beb3896f8ea authored over 6 years ago by Eyal Lotem <[email protected]>
Cabal: Add custom-setup depends

e0b5fcc8173ac0f8c8f1f72fb15389f46f6e99b4 authored over 6 years ago by Eyal Lotem <[email protected]>
Only use system nodejs if it isnt too new

Sadly TCO support was removed in node 8.0.0 :/
And change nix dep to reflect this

7c763e1acf9c28d35aae034fdab6ee592ac8031d authored over 6 years ago by Yair Chuchem <[email protected]>
Merge pull request #2 from razvan-panda/master

Fix build on NixOS

52379f87e955418b109d467d125bd9dc28db4f37 authored almost 7 years ago by Yair Chuchem <[email protected]>
Fix build on NixOS

2045b123bf0793fc9cde53e18f257102db19d8b3 authored almost 7 years ago by Răzvan Flavius Panda <[email protected]>
Refer to bin/node, not node/node

614cfa868899f2dde5801e1b95d4bc43815e9851 authored over 7 years ago by Eyal Lotem <[email protected]>
node no longer a submodule

stack does a deep clone of all submodules when nodejs-exec is used as a dependency,
which takes ...

d98aba5326781f812195c18fadd4545bd7440845 authored over 7 years ago by Yair Chuchem <[email protected]>
Update nodejs to v6.11.3

(see https://github.com/lamdu/lamdu/issues/79)

b8d49be229b7a95ff96ca8084c84c38bcc094dc9 authored over 7 years ago by Yair Chuchem <[email protected]>
stack.yaml: update to lts-9.5

266cafd92a70f84c7b2dc664100da356a67ac232 authored over 7 years ago by Yair Chuchem <[email protected]>
build_node.sh depends on bash

cb9831476fa66b65c0d40537d55af85fd03b00c7 authored about 8 years ago by Eyal Lotem <[email protected]>
New stack does not need fake build-depends field in .cabal file

* The fake field generates warnings

9b33e991d682fac2b1f6f9c7a4fd8df5a684940d authored about 8 years ago by Eyal Lotem <[email protected]>
.gitignore: /dist

d149ce3458fad0a9f8438c49edb9b3a770226abc authored about 8 years ago by Eyal Lotem <[email protected]>
Relax constraint on nodejs 6.2.2 -> 6.2.1

b9c2e6a9aaec543c77e7f3510dfff1c6a6386512 authored over 8 years ago by Eyal Lotem <[email protected]>
build_node.sh script uses system node if it is new

67272aca34a3ffc8dd35631215efc41a2061afeb authored over 8 years ago by Yair Chuchem <[email protected]>
use build_node.sh script

0355fd04fe7d5a117ef79a4b791d6c814b5df29f authored over 8 years ago by Yair Chuchem <[email protected]>
fix cabal file for stack 1.0.4

84711106ad537f9df2691f4e5696e94917c3576a authored over 8 years ago by Yair Chuchem <[email protected]>
use official nodejs v6.2.2

bc982b8bb2e155e82d01b5843e29e0687b693182 authored over 8 years ago by Yair Chuchem <[email protected]>
Setup.hs: git submodule update --init --recursive

Hopefully this repo can now work as a stack dependency.

52fce18ec3cffac1104b04677cf038eff9629a7c authored over 8 years ago by Yair Chuchem <[email protected]>
Actual code

d2478a50805c405ed904f4b8165f7d8df0892755 authored over 8 years ago by Yair Chuchem <[email protected]>
add node submodule

fc18fba075e2d6cb8a9e738da5bac798e3b311c8 authored over 8 years ago by Yair Chuchem <[email protected]>
initial commit: stack new nodejs-exec simple

c0595cb40138dd525bca791ded83b639db92f8f5 authored over 8 years ago by Yair Chuchem <[email protected]>