Skip to content

Commit

Permalink
Mk/bsd.sites.mk: Introduce HACKAGE.
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Mar 12, 2023
1 parent 84507bc commit fe0d240
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Mk/bsd.sites.mk
Expand Up @@ -624,6 +624,12 @@ MASTER_SITE_GNU_ALPHA+= \
https://alpha-gnu-org.ip-connect.vn.ua/%SUBDIR%/
.endif

.if !defined(IGNORE_MASTER_SITE_HACKAGE)
MASTER_SITE_HACKAGE+= \
https://hackage.haskell.org/package/ \
http://hackage.haskell.org/package/
.endif

.if !defined(IGNORE_MASTER_SITE_HORDE)
MASTER_SITE_HORDE+= \
https://ftp.horde.org/pub/%SUBDIR%/ \
Expand Down

0 comments on commit fe0d240

Please sign in to comment.