hakyll-4.12.3.0: A static website compiler library

Safe HaskellNone
LanguageHaskell2010

Hakyll.Core.File

Description

Exports simple compilers to just copy files

Synopsis

Documentation

newtype CopyFile #

This will copy any file directly by using a system call

Constructors

CopyFile FilePath 

newtype TmpFile #

Constructors

TmpFile FilePath 

Instances

newTmpFile #

Arguments

:: String

Suffix and extension

-> Compiler TmpFile

Resulting tmp path

Create a tmp file