summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Target.hs
blob: 1f783df3c03510e4060e621b4f60a6248af6d9e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- | A target represents one compilation unit, e.g. a blog post, a CSS file...
--
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Hakyll.Core.Target
    ( DependencyLookup
    , TargetM
    , Target
    , runTarget
    ) where

import Hakyll.Core.Target.Internal