Skip to content
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

Closed
briannolan45 opened this issue Jun 22, 2015 · 6 comments
Closed

installing try-reflex on Windows 7/Cygwin 64 #19

briannolan45 opened this issue Jun 22, 2015 · 6 comments

Comments

@briannolan45
Copy link

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.

@ryantrinkle
Copy link
Member

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
Copy link
Author

Thanks, Ryan, I'll give it a try! Thanks very much for the quick response!

Date: Mon, 22 Jun 2015 15:52:27 -0700
From: [email protected]
To: [email protected]
CC: [email protected]
Subject: Re: [try-reflex] installing try-reflex on Windows 7/Cygwin 64 (#19)

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!


Reply to this email directly or view it on GitHub.

@flip111
Copy link

flip111 commented Sep 4, 2015

@briannolan45 did you manage to get it running on windows?

@ryantrinkle
Copy link
Member

Hi guys,

You might be able to use stack to get things going. See #35.

@clinuxrulz
Copy link

Still wont help for Windows due to: ghcjs/ghcjs-dom#19 , as ghcjs-dom is a dependency of reflex-dom.

Linux + Virtual Box is the only way I can compile on a Windows OS at the moment.

@ali-abrar
Copy link
Member

Closing this since it isn't an issue with reflex-platform.

matthewbauer pushed a commit that referenced this issue Nov 20, 2019
* 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.
mzabani pushed a commit to mzabani/reflex-platform that referenced this issue Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants