Skip to content
Snippets Groups Projects
  1. Apr 30, 2022
  2. Aug 11, 2021
  3. Apr 09, 2021
  4. Feb 21, 2020
  5. Jun 17, 2019
  6. May 31, 2019
    • Takenobu Tani's avatar
      Update `$(TOP)/*.md` documents · 0b01a354
      Takenobu Tani authored and Marge Bot's avatar Marge Bot committed
      I updated the top documents to the latest status:
      
        - HACKING.md:
          - Modify Phabricator to GitLab infomation
          - Remove old Trac information
          - Add link to GitLab activity
      
        - MAKEHELP.md:
          - Add link to hadrian wiki
          - Fix markdown format
      
        - INSTALL.md:
          - Modify boot command to remove python3
          - Fix markdown format
      
        - README.md:
          - Modify tarball file suffix
          - Fix markdown format
      
      I checked the page display on the GitHub and GitLab web.
      
      [skip ci]
      0b01a354
  7. Apr 04, 2019
  8. Mar 25, 2019
    • Takenobu Tani's avatar
      Update Wiki URLs to point to GitLab · 3769e3a8
      Takenobu Tani authored and Marge Bot's avatar Marge Bot committed
      This moves all URL references to Trac Wiki to their corresponding
      GitLab counterparts.
      
      This substitution is classified as follows:
      
      1. Automated substitution using sed with Ben's mapping rule [1]
          Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...
          New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...
      
      2. Manual substitution for URLs containing `#` index
          Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...#Zzz
          New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...#zzz
      
      3. Manual substitution for strings starting with `Commentary`
          Old: Commentary/XxxYyy...
          New: commentary/xxx-yyy...
      
      See also !539
      
      [1]: https://gitlab.haskell.org/bgamari/gitlab-migration/blob/master/wiki-mapping.json
      3769e3a8
  9. Mar 15, 2019
  10. Oct 25, 2017
  11. Apr 04, 2017
  12. Jul 30, 2015
    • Tamar Christina's avatar
      Make configure error out on missing ghc-tarballs on Windows · 9f7cdfee
      Tamar Christina authored and Ben Gamari's avatar Ben Gamari committed
      Currently checking out the source on windows requires two git
      checkouts. One for the GHC sources and one for the GHC-tarballs.
      
      This patch will make configure issue an error if compiling under
      windows and the GHC-tarballs folder is missing.
      
      On failure the user is told which command they need to run to get the
      tarballs or if they want configure to handle it for them configure
      provide the `--enable-tarballs-autodownload` flag.
      
      Test Plan:
      1. make sure ghc-tarballs folder is not present
      2. run ./configure which should fail giving an error that tarballs is
      missing and how to get it
      3. run ./configure --enable-tarballs-autodownload and the tarballs
      should be downloaded and configure finishes
      4. rerun the command in 3, no new download should be done.
      5. run configure without --enable-tarballs-autodownload, configure
      should finish correctly.
      
      Reviewers: bgamari, austin, thomie
      
      Reviewed By: thomie
      
      Subscribers: thomie
      
      Differential Revision: https://phabricator.haskell.org/D1108
      
      GHC Trac Issues: #10705
      9f7cdfee
  13. Jul 15, 2015
  14. Jan 12, 2014
  15. Nov 04, 2013
  16. Oct 01, 2013
  17. Aug 09, 2013
  18. Mar 04, 2013
Loading