hakyll-4.9.7.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 

newtype TmpFile Source #

Constructors

TmpFile FilePath 

newTmpFile Source #

Arguments

:: String

Suffix and extension

-> Compiler TmpFile

Resulting tmp path

Create a tmp file