hakyll-3.4.0.0: A static website compiler library

Safe HaskellNone

Hakyll.Core.Writable.CopyFile

Description

Exports simple compilers to just copy files

Synopsis

Documentation

newtype CopyFile Source

Newtype construct around FilePath which will copy the file directly

Constructors

CopyFile 

Fields

unCopyFile :: FilePath