until -package:numeric-prelude -package:util -package:xmonad-contrib -package:base-compat -package:mixed-types-num -package:faktory package:distribution-opensuse -is:exact

until p f yields the result of applying f until p holds.
Keep running an operation until it becomes a Just, then return the value inside the Just as the result of the overall loop.