lang/haskell: only require intero when flag is set

This commit is contained in:
Luigy Leon
2019-02-20 22:59:11 -05:00
parent 9567b1f97f
commit 09bdbd1bdd

View File

@ -6,5 +6,5 @@
(cond ((featurep! +dante)
(package! dante)
(package! attrap))
((package! intero)))
((featurep! +intero)
(package! intero)))