packages feed

wai-app-static-2.0.1: app/warp-static.hs

{-# LANGUAGE DeriveDataTypeable, RecordWildCards #-}
module Main (main) where

import WaiAppStatic.CmdLine (runCommandLine)

main :: IO ()
main = runCommandLine (const id)