-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing try-reflex on Windows 7/Cygwin 64 #19
Comments
You can still install reflex - just not using this repository, unfortunately! Since the Nix package manager doesn't support Windows, you'll have to install ghcjs, reflex, and reflex-dom from Hackage directly. Once you get them installed, you should be able to proceed just as you would with try-reflex. I hope the Nix folks will be able to support Windows at some point in the future, and when they do, I'll make sure try-reflex works with it, too! |
Thanks, Ryan, I'll give it a try! Thanks very much for the quick response! Date: Mon, 22 Jun 2015 15:52:27 -0700 You can still install reflex - just not using this repository, unfortunately! Since the Nix package manager doesn't support Windows, you'll have to install ghcjs, reflex, and reflex-dom from Hackage directly. Once you get them installed, you should be able to proceed just as you would with try-reflex. I hope the Nix folks will be able to support Windows at some point in the future, and when they do, I'll make sure try-reflex works with it, too! — |
@briannolan45 did you manage to get it running on windows? |
Hi guys, You might be able to use stack to get things going. See #35. |
Still wont help for Windows due to: ghcjs/ghcjs-dom#19 , as Linux + Virtual Box is the only way I can compile on a Windows OS at the moment. |
Closing this since it isn't an issue with reflex-platform. |
* Simplified Obelisk.CLI API **Changes** - Replace `MonadReader` with the Has pattern - Obelisk developers do not need to know the internals of the CLI library (eg: `MonadLog Output m`). A simplified interface is exposed (see below). See `Demo.hs` for example use, and `App.hs` for integrating with the app transformer stack.
Add BSD3 license.
When trying to install try-reflex on cygwin, under Windows 7, I got error message: sorry, there is no binary distribution of Nix for your platform
It looks like a problem occurred..
Is there an installation for windows or Cygwin? I am somewhat of a newbie in Haskell environment, so please excuse if this is an obvious/dumb question.
The text was updated successfully, but these errors were encountered: