Closed alpmestan closed 6 years ago
So I can just change package == unlit
to package == unlit || package == touchy
then, no? That should do the trick, right?
So I can just change
package == unlit
topackage == unlit || package == touchy
then, no? That should do the trick, right?
Yes! Or package `elem` [unlit, touchy]
.
Done.
@alpmestan Great! I'll see what CI says and merge.
This seems to cause an error, so it's not ready just yet.