dmjio
dmjio
Hydra also has cute icons for things like `deb`'s / `rpm`'s which would be nice to support as well.
@3noch, we might instead deprecate `stripe-haskell`, in favor of `stripe`, and upload versions of `stripe-haskell` onto `stripe`, on hackage. Providing backwards compatibility for both projects. In case some companies are...
@michaelschade should we move `stripe-haskell` into `stripe` ?
@hamishmack I noticed this uses haskell.nix. Are you aware of any efforts to upstream the GHC derivations (both js backend and wasm backend) into nixpkgs proper (similar to what ghcjs...
@sternenseemann thank you for your work on upstreaming the js and wasm backends into nixpkgs proper. - [pkgsCross.ghcjs.haskell.packages.ghc98](https://github.com/NixOS/nixpkgs/pull/304640) - [pkgsCross.wasi32.haskell.packages.ghcHEAD](https://github.com/NixOS/nixpkgs/pull/225000) These derivations would fit nicely with the existing nix infrastructure...
@hsyl20 It seems this issue is documented here https://github.com/ghcjs/ghcjs/issues/821 (unless this is no longer relevant? and code size is now due to a different issue). Is @luite no longer going...
@hsyl20 I tend to agree with @tysonzero here. Despite the fact that most social media / news websites all range in 1MB-10MB (sometimes more) of total js delivered, js payload...
@jordansissel, Hello! Have there been any updates on this? Would be glad to help in any way I can.
@dryvenn nice, works on nixos.
@TerrorJack has some examples of the wasm backend working for the todomvc example https://github.com/tweag/ghc-wasm-miso-examples