Skip to content
Snippets Groups Projects
Commit 6636b670 authored by Sylvain Henry's avatar Sylvain Henry Committed by Marge Bot
Browse files

JS: replace "js" architecture with "javascript"


Despite Cabal supporting any architecture name, `cabal --check` only
supports a few built-in ones. Sadly `cabal --check` is used by Hackage
hence using any non built-in name in a package (e.g. `arch(js)`) is
rejected and the package is prevented from being uploaded on Hackage.

Luckily built-in support for the `javascript` architecture was added for
GHCJS a while ago. In order to allow newer `base` to be uploaded on
Hackage we make the switch from `js` to `javascript` architecture.

Fixes #22740.

Co-authored-by: default avatarBen Gamari <ben@smart-cactus.org>
parent b18fbf52
No related branches found
No related tags found
No related merge requests found
Showing
with 50 additions and 50 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment