Skip to content

Instantly share code, notes, and snippets.

@kirisaki
Last active November 27, 2024 01:40
Show Gist options
  • Save kirisaki/9d6b016215d853f86fcc2a9a2fd7b3fa to your computer and use it in GitHub Desktop.
Save kirisaki/9d6b016215d853f86fcc2a9a2fd7b3fa to your computer and use it in GitHub Desktop.
Unbuildable famous package list on wasm32-wasi-ghc

Unbuildable famous package list on wasm32-wasi-ghc

  • ghc-9.13.20241116
  • Cabal 3.14

If you want me to research packages and leave a comment here, reddit or my X account.

The method to build

nix shell 'gitlab:ghc/ghc-wasm-meta?host=gitlab.haskell.org'
cabal get <package-name>
cd <package-name>
wasm32-wasi-cabal build --allow-newer

Unbuildable

  • amazonka-2.0
  • diagrams-lib-1.4.7
  • esqueleto-3.5.13.0
  • fsnotify-0.4.1.0
  • hashtables-1.4.0
  • hpack-0.37.0
  • morpheus-graphql-client-0.28.1
    • maybe because of allow-newer
  • persistent-2.14.6.3
  • persistent-sqlite-2.13.3.0
  • servant-server-0.20.2
  • template-haskell-2.22.0.0
  • text-icu-0.8.0.5
  • unix-compat-0.7.3
  • uuid-1.3.16
  • wai-3.2.4
  • warp-3.4.6
  • zstd-0.1.3.0

Buildable

  • aeson-2.2.3.0
  • cassava-0.5.3.2
  • conduit-1.3.6
  • containers-0.7
  • data-default-0.8.0.0
  • hashable-1.5.0.0
  • here-1.2.14
  • lens-5.3.2
  • megaparsec-9.7.0
  • morpheus-graphql-0.28.1
  • msgpack-1.0.1.0
  • mtl-2.3.1
  • parser-combinators-1.3.0
  • persistent-template-2.12.0.0
  • servant-0.20.2
  • rio-0.1.22.0
  • text-2.1.2
  • unordered-containers-0.2.20
  • vector-0.13.2.0
  • yaml-0.11.11.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment