pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Sep  8 15:18:49 UTC 2022

Modified Files:
        pkgsrc/mk: haskell.mk

Log Message:
mk/haskell.mk: Fix typos in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/mk/haskell.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/haskell.mk
diff -u pkgsrc/mk/haskell.mk:1.48 pkgsrc/mk/haskell.mk:1.49
--- pkgsrc/mk/haskell.mk:1.48   Thu Sep  8 07:38:50 2022
+++ pkgsrc/mk/haskell.mk        Thu Sep  8 15:18:48 2022
@@ -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 @@ _HASKELL_BUILD_SETUP_OPTS=  -package-env 
 # 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