From 3c6e41dc31cb441cb07129430bac2022fcba1c9c Mon Sep 17 00:00:00 2001 From: Veronika Romashkina Date: Tue, 11 Jan 2022 19:15:57 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Dmitrii Kovanikov --- summoner-cli/src/Summoner/GhcVer.hs | 2 +- summoner-cli/src/Summoner/Project.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/summoner-cli/src/Summoner/GhcVer.hs b/summoner-cli/src/Summoner/GhcVer.hs index db16e4f..f1a2d47 100644 --- a/summoner-cli/src/Summoner/GhcVer.hs +++ b/summoner-cli/src/Summoner/GhcVer.hs @@ -67,7 +67,7 @@ latestLts = \case Ghc844 -> "lts-12.26" Ghc865 -> "lts-14.27" Ghc884 -> "lts-16.31" - Ghc8107 -> "lts-18.10" + Ghc8107 -> "lts-18.21" Ghc902 -> "nightly-2022-01-10" -- | Represents PVP versioning (4 numbers). diff --git a/summoner-cli/src/Summoner/Project.hs b/summoner-cli/src/Summoner/Project.hs index 6571838..1b83fd3 100644 --- a/summoner-cli/src/Summoner/Project.hs +++ b/summoner-cli/src/Summoner/Project.hs @@ -1,5 +1,5 @@ {- | -Module : !!! INSERT HASKELL MODULE NAME !!! +Module : Summoner.Project Copyright : (c) 2017-2022 Kowainik SPDX-License-Identifier : MPL-2.0 Maintainer : Kowainik