- Feb 06, 2023
-
-
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:
Ben Gamari <ben@smart-cactus.org>
-
- Nov 29, 2022
-
-
Sylvain Henry authored
Add JS backend adapted from the GHCJS project by Luite Stegeman. Some features haven't been ported or implemented yet. Tests for these features have been disabled with an associated gitlab ticket. Bump array submodule Work funded by IOG. Co-authored-by:
Jeffrey Young <jeffrey.young@iohk.io> Co-authored-by:
Luite Stegeman <stegeman@gmail.com> Co-authored-by:
Josh Meredith <joshmeredith2008@gmail.com>
-
- Aug 31, 2022
-
-
Scripts taken from autoconf 02ba26b218d3d3db6c56e014655faf463cefa983
-
- Nov 15, 2020
-
-
This addes the necessary logic to support aarch64 on elf, as well as aarch64 on mach-o, which Apple calls arm64. We change architecture name to AArch64, which is the official arm naming scheme.
-
- Apr 25, 2019
-
-
Ben Gamari authored
Scripts taken from autoconf a8d79c3130da83c7cacd6fee31b9acc53799c406
-
- May 12, 2017
-
-
Ben Gamari authored
-
- May 11, 2017
-
-
Ben Gamari authored
-
Moritz Angermann authored
There is no new autoconf release, and it seems like there will unlikely be one <http://lists.gnu.org/archive/html/autoconf/2016-07/msg00017.html>. This will allow us to support <arch>-apple-ios properly. These have been taken from - http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess - http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub Reviewers: austin, hvr, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3558
-
- Sep 16, 2014
-
-
Herbert Valerio Riedel authored
The new versions should work better under MSYS2 A few submodules' `config.{guess,sub}` files were updated as well With this commit, all config.{guess,sub} files in the GHC tree have the md5sums 0fb81517303511f05a01b14f41cec2cf config.guess d2a165dceaa5ac1edba3c512f6ca7bd1 config.sub This addresses #9597
-
- Nov 07, 2013
-
-
Herbert Valerio Riedel authored
This updates the files to the versions bundled with GNU automake 1.13.3 Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Jan 16, 2009
-
-
Simon Marlow authored
In particular, config.guess should now know about x86_64-pc-solaris2
-
- Aug 14, 2007
-
-
Ian Lynagh authored
-
- Apr 12, 2004
-
-
sven.panne@aedion.de authored
Synched with versions from autoconf 2.59
-
- Aug 18, 2003
-
-
sven.panne@aedion.de authored
Updated to match latest versions from autoconf repository
-
- Dec 11, 2002
-
-
Simon Marlow authored
Update config.guess and config.sub from GNU; a bug was reported in the previous versions.
-
- Jul 23, 2001
-
-
Ken Shan authored
Grab the latest versions of config.guess and config.sub from GNU.
-
- Jan 16, 2001
-
-
Simon Marlow authored
platform definitions for PPC/MacOSX
-
- Aug 04, 2000
-
-
Jeff Lewis authored
Pulled in latest versions from autoconf 2.13. Necessary for OpenBSD port.
-
- Jan 26, 1999
-
-
sof authored
Prepared to support i?86-*-mingw32
-
- Jul 25, 1996
-
-
Will Partain authored
Bulk of final changes for 2.01
-
- Jun 27, 1996
-
-
Will Partain authored
partain 1.3 changes to 960626
-
- Jan 08, 1996
-
-
Will Partain authored
Initial revision
-