hakyll-1.0.1: A simple static site generator library.

Network.Hakyll.SimpleServer

Description

Module containing a small, simple http file server for testing and preview purposes.

Synopsis

Documentation

simpleServer :: PortNumber -> FilePath -> IO ()Source

Start a simple http server on the given PortNumber, serving the given directory.