From b0af1b02c5c94a5a5b104fc9ed66eed470945622 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 8 Oct 2019 09:50:37 -0400 Subject: [PATCH] Advance GHC versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb82d8e..c52566a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ existing Hackage package(s). you submit a PR). - The patches SHOULD work with at least GHC HEAD and the most recent - stable released GHC version (currently this means with GHC 8.6.1 and - GHC 8.7). + stable released GHC version (currently this means with GHC 8.8.1 and + GHC 8.9). - The patches SHOULD ideally result in the same code being compiled, as one of the main purposes of these patches is to make regression @@ -34,7 +34,7 @@ mentioned will enter the *HEAD.hackage* package index; if there is a (i.e. mutated!). If there is a `.cabal` file, it is included as a revision in the package index. Consequently, if there is only a `.cabal` file and no `.patch` file, the original source `.tar.gz` is -included verbatimely (i.e. *not* mutated). +included in verbatim (i.e. *not* mutated). If this operation succeeds, the `HEAD.hackage` package index at http://HEAD.hackage.haskell.org/ is updated to contain the new index -- GitLab