d3js-haskell
d3js-haskell copied to clipboard
Haskell to D3.js binding by deep EDSL approach.
I'm very new to Haskell, so I'm probably doing something wrong, but this is what I get when I try to install d3js using a couple different methods: ``` $...
Ouch. aistis@localhost ~/projects/d3js-haskell (git)-[master] % cabal configure --enable-tests && cabal build && cabal test :( Resolving dependencies... Configuring d3js-0.1.0.0... Building d3js-0.1.0.0... Preprocessing library d3js-0.1.0.0... In-place registering d3js-0.1.0.0... Preprocessing test suite...
Config
Hi Nebuta, Nice start on getting d3 and haskell happening. I needed to get some charting happening quick for a project so I went and forked, rearranging a lot of...