Skip to content
Snippets Groups Projects
  1. Feb 06, 2023
    • Sylvain Henry's avatar
      JS: replace "js" architecture with "javascript" · 6636b670
      Sylvain Henry authored and Marge Bot's avatar Marge Bot committed
      
      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>
      6636b670
  2. Nov 29, 2022
  3. Aug 31, 2022
  4. Nov 15, 2020
    • Moritz Angermann's avatar
      AArch64/arm64 adjustments · 8887102f
      Moritz Angermann authored and Marge Bot's avatar Marge Bot committed
      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.
      8887102f
  5. Apr 25, 2019
  6. May 12, 2017
  7. May 11, 2017
  8. Sep 16, 2014
    • Herbert Valerio Riedel's avatar
      Update config.{guess,sub} to GNU automake 1.14.1 · 72d6d0c2
      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
      72d6d0c2
  9. Nov 07, 2013
  10. Jan 16, 2009
  11. Aug 14, 2007
  12. Apr 12, 2004
  13. Aug 18, 2003
  14. Dec 11, 2002
  15. Jul 23, 2001
  16. Jan 16, 2001
  17. Aug 04, 2000
  18. Jan 26, 1999
  19. Jul 25, 1996
  20. Jun 27, 1996
  21. Jan 08, 1996
Loading