Dmitry Olshansky
Dmitry Olshansky
An error still exists on Haskell Platform 2014.2.0.0 (win-64). I note that problem occurs on postgresql-simlpe installation while compiling module FromField when loading modules in Template Haskell. So maybe dividing...
I am sorry, I already found a "decision"... Just removed win-32 and install win-64 PostgreSQL. Using win-64 HP I reinstalled postgresql-libpq without any "libpq.a". Then install postgresql-simple and all went...
How to check it? I took `default.nix` and `shell.nix` from the end of PR description. Then I run `cabal init` and add `reflex-dom` into cabal deps. Also add `cabal.project`. Next,...
I'll share code little bit later. Now I just tried `-j1` and add `-v3`. Now an error: ``` ... [ 4 of 12] Compiling Data.Patch.IntMap ( src/Data/Patch/IntMap.hs, dist/build/Data/Patch/IntMap.o ) ghc-interp.js:...
@ymeister My project: https://github.com/odr/reflex-js. It is empty. I just added `default.nix` and `shell.nix`, then create `.cabal` and `cabal.project` and add `reflex-dom` into dependencies. I still get an errors when build:...
> @odr Thank you for providing an example! That said, I did not encounter any problem building it with neither native ghc nor ghc-js. Could you please try deleting `dist`...
@ymeister I checked my node.js and don't see any problem: ``` [nix-shell:~/git/reflex-js]$ which node /nix/store/9ficrfvgnm4q91wgw3bmpfd34dyg6bbz-nodejs-slim-22.3.0/bin/node [nix-shell:~/git/reflex-js]$ which nodejs /usr/local/bin/nodejs [nix-shell:~/git/reflex-js]$ ls -la /usr/local/bin/nodejs lrwxrwxrwx 1 root root 19 Aug 15...
@ymeister I built it without problems on the new laptop! There is Ubuntu 24.04, no nodejs installed, multi-user nix setup (on the old one I had single-user setup). So I...