-
Notifications
You must be signed in to change notification settings - Fork 145
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
Reflex-Dom-0.4 on Hackage #140
Comments
Totally unrelated: @MonsieurCactus you appear to have gotten off to a good start! |
@MonsieurCactus What are you using to get your dependencies, such as reflex-dom? Nix, Stack, and Cabal are all able to build Haddock docs for you so you don't need to rely on Hackage. |
@3noch All I did was clone github. I do not know how to use haddock |
@MonsieurCactus Provided you're on Linux or macOS, I'd recommend starting with https://github.com/reflex-frp/reflex-platform to build things with reflex-dom. Once you're in a reflex shell ( |
Partial duplicate of #139 ? |
@qrilka does #139 discuss Hackage? @3noch I was able to find out using
|
@MonsieurCactus it doesn't say about it explicitly but it's just the most recent one about new |
@3noch I managed to get help with Haddock, but I get an error message in
I am putting all my documentation into a folder called |
Could it be something to do with Aeson versions? You can use |
As for the original question, here's a workaround to find out the types using
|
(oops, accidentally hit close issue 😓 ) |
@katychuang LOL
I don't know what is aeson. Here is the relevant section of
|
Hmm.. no idea what version you should have. I have aeson v0.11.2.1 in my reflex platform (branch jsaddle, commit 0cebace Feb 25th). Aeson is a library for parsing and encoding JSON. Docs. I looked up the code in |
@katychuang StackOverflow says it's the C preprocessor
http://stackoverflow.com/questions/42987302/haddock-breaks-down-on-if-else-endif-clauses his suggestion doesn't actually work. He also mentioned my GHC version; I have 7.10.3, but maybe I should have GHC 8.0.1 @3noch all of this to say, I have attempted to generate the documentation and have been unable |
@MonsieurCactus Unfortunately debugging on GitHub issues is really slow. Perhaps you can hop on IRC (#haskell or #reflex-frp) and ask. I have many questions but this isn't the best medium. |
@3noch Ryan (who is here in the room with me) showed me a few things
|
Awesome. I presume you mean Ryan Trinkle? He would most certainly know. :) |
Why was this closed? This also need (I know that few people use reflex dom with plain cabal, because ghcjs is hard to install manually … but for those who do it would be useful.) |
Until this package is in Hackage, I created a hackage overlay with this package: http://hackage-ghcjs-overlay.nomeata.de/ |
I guess this can be closed, |
Have you considered posting the latest Reflex Dom on Hackage? I noticed Hackage has only version 0.3
https://hackage.haskell.org/package/reflex-dom-0.3/candidate/docs/Reflex-Dom-Widget-Basic.html
Couldn't find the type and source of
element
The text was updated successfully, but these errors were encountered: