try-stack-reflex
try-stack-reflex copied to clipboard
It seems the planets have aligned against me in my quest for using `ghci`/`ghcjsi` with reflex-dom. Ever seen this before? ``` bash Configuring ghcjs-dom-0.2.2.0... setup-Simple-Cabal-1.22.4.0-ghcjs-0.2.0.20151001_ghc-7.10.2: The program 'ghcjs' version >=0.1...
``` % type ghc ghc is /home/jchee/.stack/programs/x86_64-linux/ghc-7.10.2/bin/ghc [jchee@gratia:~/packages/try-stack-reflex on master] % ghc --version The Glorious Glasgow Haskell Compilation System, version 7.10.2 [jchee@gratia:~/packages/try-stack-reflex on master] % ./try-stack-reflex Getting project config file...
Needed to: ``` sudo apt-get install dh-autoreconf (cd /; stack install alex happy) # from https://github.com/nodesource/distributions I found: curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - sudo apt-get install -y...