input-output-hk / input-output-hk/haskell-nix-example

Example with JavaScript output from GHC 9.6

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Nix
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

If I understand correctly, the example package

```nix
helloPkg-javascript = pkgs.pkgsCross.ghcjs.haskell-nix.hackage-package {
inherit compiler-nix-name;
name = "hello";
version = "1.0.0.2";
};
```

uses `ghcjs` to compile `hello` to JavaScript. For context, GHCJS is a fork of GHC 8.10.7.

Could you add an example package where the new JavaScript of GHC 9.6 is used?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.