matchwood / ghcjs-stack-dist

24 stars 7 forks source link

Compatible Reflex and Reflex-Dom commits? #6

Closed SamProtas closed 7 years ago

SamProtas commented 7 years ago

Any chance you could provide the commits for reflex and reflex dom that you've successfully used with this compiler?

stack setup is still running for me so I haven't tried anything yet, but I figured if you had the information available it might save me some time.

I'd greatly appreciate any help!

matchwood commented 7 years ago

Sure. I've been using fairly old commits because I got them working and haven't really needed to upgrade since. Here they are

- location:
    git: git@github.com:reflex-frp/reflex.git
    commit: 0f5b87d14ef4cf048d41657638b5976524c41fa6
  extra-dep: true
- location:
    git: git@github.com:reflex-frp/reflex-dom.git
    commit: ff9351a1859a07f8f3892d6381e9d5d0cd500d5d
  extra-dep: true
- location:
    git: git@github.com:reflex-frp/reflex-dom-contrib.git
    commit: df4138406a5489acd72cf6c9e88988f13da02b31
  extra-dep: true
matchwood commented 7 years ago

Oh and also, good luck and let me know if you can't get things working.