summaryrefslogtreecommitdiff
path: root/hadrian/src/Rules/Library.hs-boot
blob: d516902c0aec8aa6cdbca1a3a5caf71b9cfe091c (plain)
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 ()