diff options
author | pho <pho@pkgsrc.org> | 2022-09-08 15:18:48 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-09-08 15:18:48 +0000 |
commit | 3331d28d1f02884e66cc9c56ac93d403f800cdd3 (patch) | |
tree | 0e697eb05ca1d329f31455476b10d3ef21821709 /mk | |
parent | c877f40b9677ba939cf4402f79e7825f6a9e488d (diff) | |
download | pkgsrc-3331d28d1f02884e66cc9c56ac93d403f800cdd3.tar.gz |
mk/haskell.mk: Fix typos in a comment
Diffstat (limited to 'mk')
-rw-r--r-- | mk/haskell.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/haskell.mk b/mk/haskell.mk index 53c0dab0783..66c67d745d4 100644 --- a/mk/haskell.mk +++ b/mk/haskell.mk @@ -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 |