pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk mk/haskell.mk: Fix typos in a comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e5391ebb92f
branches:  trunk
changeset: 384952:8e5391ebb92f
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Sep 08 15:18:48 2022 +0000

description:
mk/haskell.mk: Fix typos in a comment

diffstat:

 mk/haskell.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ab0c3d3a168 -r 8e5391ebb92f mk/haskell.mk
--- a/mk/haskell.mk     Thu Sep 08 15:13:38 2022 +0000
+++ b/mk/haskell.mk     Thu Sep 08 15:18:48 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: haskell.mk,v 1.48 2022/09/08 07:38:50 pho Exp $
+# $NetBSD: haskell.mk,v 1.49 2022/09/08 15:18:48 pho Exp $
 #
 # This Makefile fragment handles Haskell Cabal packages. Package
 # configuration, building, installation, registration and unregistration
@@ -162,7 +162,7 @@
 # GHC requires C compiler.
 USE_LANGUAGES+=        c
 
-# Haskell packages don't use semvars but it uses something similar to it,
+# Haskell packages don't use semvars but they use something similar to it,
 # which is called Haskell PVP (https://pvp.haskell.org/). Packages usually
 # have version constraints on their dependencies that specify not only
 # lower bounds but also upper bounds. The problem is that, while lower



Home | Main Index | Thread Index | Old Index