Skip to content

Commit ef64a42

Browse files
committed
ghc: use canonical case for hscolour dep
1 parent 775bbac commit ef64a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/ghc/Portfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ if {${name} eq ${subport}} {
213213
port:gzip \
214214
port:hadrian \
215215
port:happy \
216-
port:HsColour \
216+
port:hscolour \
217217
port:python${python3_version} \
218218
port:py${python3_version}-sphinx \
219219
port:texlive-fonts-extra \
@@ -236,7 +236,7 @@ if {${name} eq ${subport}} {
236236
alex \
237237
hadrian \
238238
happy \
239-
HsColour
239+
hscolour
240240

241241
post-extract {
242242
xinstall -d ${workpath}/bin

0 commit comments

Comments
 (0)