1 2 3 4 5 6 7 8
module Rules.Library where import Base import Context -- Necessary for inter-dependence between Rules.Register and -- Rules.Library. needLibrary :: [Context] -> Action ()