Skip to content

Commit

Permalink
lang/haskell-mode.el: mark devel* flavors BROKEN
Browse files Browse the repository at this point in the history
Error: void-function (batch-update-autoloads)

Reported by:	pkg-fallout
  • Loading branch information
ant1 committed Feb 23, 2023
1 parent 3f205a5 commit bdb5cb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/haskell-mode.el/Makefile
Expand Up @@ -10,6 +10,10 @@ WWW= https://projects.haskell.org/haskellmode-emacs/

LICENSE= GPLv3

.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
BROKEN= fails to build
.endif

USES= emacs gmake
USE_GITHUB= yes
GH_ACCOUNT= haskell
Expand Down

0 comments on commit bdb5cb9

Please sign in to comment.