hakyll-4.6.2.0: A static website compiler library

Safe HaskellNone
LanguageHaskell98

Hakyll.Core.File

Description

Exports simple compilers to just copy files

Synopsis

Documentation

newtype CopyFile Source

This will copy any file directly by using a system call

Constructors

CopyFile FilePath 

newTmpFile Source

Arguments

:: String

Suffix and extension

-> Compiler TmpFile

Resulting tmp path

Create a tmp file