This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE OverloadedStrings #-} | |
{- | |
Pinki is a command line tool which helps you share files on S3 by | |
creating a static HTML page which is uploaded together with the file. | |
You could say it's Hakyll for file sharing. | |
-} | |
module Main where |